Ignore:
Timestamp:
Mar 17, 2008 2:24:21 PM (16 years ago)
Author:
bennylp
Message:

More ticket #507: updated GNU build system with the G.722 codec and fixed minor warning about operator precedence

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/aconfigure

    r1863 r1871  
    309309#endif" 
    310310 
    311 ac_subst_vars='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS build build_cpu build_vendor build_os host host_cpu host_vendor host_os target target_cpu target_vendor target_os CC CFLAGS LDFLAGS CPPFLAGS ac_ct_CC EXEEXT OBJEXT CXX CXXFLAGS ac_ct_CXX ac_pjdir CPP EGREP ac_os_objs ac_pjmedia_snd ac_pa_cflags ac_pa_use_alsa ac_pa_use_oss ac_no_small_filter ac_no_large_filter ac_no_speex_aec ac_no_g711_codec ac_no_l16_codec ac_no_gsm_codec ac_no_speex_codec ac_no_ilbc_codec ac_no_ssl openssl_h_present libssl_present libcrypto_present ac_cross_compile ac_linux_poll ac_host ac_main_obj LIBOBJS LTLIBOBJS' 
     311ac_subst_vars='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS build build_cpu build_vendor build_os host host_cpu host_vendor host_os target target_cpu target_vendor target_os CC CFLAGS LDFLAGS CPPFLAGS ac_ct_CC EXEEXT OBJEXT CXX CXXFLAGS ac_ct_CXX ac_pjdir CPP EGREP ac_os_objs ac_pjmedia_snd ac_pa_cflags ac_pa_use_alsa ac_pa_use_oss ac_no_small_filter ac_no_large_filter ac_no_speex_aec ac_no_g711_codec ac_no_l16_codec ac_no_gsm_codec ac_no_g722_codec ac_no_speex_codec ac_no_ilbc_codec ac_no_ssl openssl_h_present libssl_present libcrypto_present ac_cross_compile ac_linux_poll ac_host ac_main_obj LIBOBJS LTLIBOBJS' 
    312312ac_subst_files='' 
    313313 
     
    866866  --disable-l16-codec     Exclude Linear/L16 codec family from the build 
    867867  --disable-gsm-codec     Exclude GSM codec in the build 
     868  --disable-g722-codec    Exclude G.722 codec in the build 
    868869  --disable-speex-codec   Exclude Speex codecs in the build 
    869870  --disable-ilbc-codec    Exclude iLBC codec in the build 
     
    1047210473  echo "$as_me:$LINENO: result: Checking if GSM codec is disabled...no" >&5 
    1047310474echo "${ECHO_T}Checking if GSM codec is disabled...no" >&6 
     10475fi; 
     10476 
     10477 
     10478# Check whether --enable-g722-codec or --disable-g722-codec was given. 
     10479if test "${enable_g722_codec+set}" = set; then 
     10480  enableval="$enable_g722_codec" 
     10481  if test "$enable_g722_codec" = "no"; then 
     10482                ac_no_g722_codec=1 
     10483                cat >>confdefs.h <<\_ACEOF 
     10484#define PJMEDIA_HAS_G722_CODEC 0 
     10485_ACEOF 
     10486 
     10487                echo "$as_me:$LINENO: result: Checking if G.722 codec is disabled...yes" >&5 
     10488echo "${ECHO_T}Checking if G.722 codec is disabled...yes" >&6 
     10489               fi 
     10490else 
     10491  echo "$as_me:$LINENO: result: Checking if G.722 codec is disabled...no" >&5 
     10492echo "${ECHO_T}Checking if G.722 codec is disabled...no" >&6 
    1047410493fi; 
    1047510494 
     
    1167811697s,@ac_no_l16_codec@,$ac_no_l16_codec,;t t 
    1167911698s,@ac_no_gsm_codec@,$ac_no_gsm_codec,;t t 
     11699s,@ac_no_g722_codec@,$ac_no_g722_codec,;t t 
    1168011700s,@ac_no_speex_codec@,$ac_no_speex_codec,;t t 
    1168111701s,@ac_no_ilbc_codec@,$ac_no_ilbc_codec,;t t 
Note: See TracChangeset for help on using the changeset viewer.