Changeset 1201 for pjproject/branches/split-3rd-party/aconfigure
- Timestamp:
- Apr 17, 2007 4:16:01 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/branches/split-3rd-party/aconfigure
r1182 r1201 860 860 --disable-small-filter Exclude small filter in resampling 861 861 --disable-large-filter Exclude large filter in resampling 862 --disable-g711-plc Exclude G.711 Annex A PLC863 862 --disable-speex-aec Exclude Speex Acoustic Echo Canceller/AEC 864 863 --disable-g711-codec Exclude G.711 codecs from the build … … 1441 1440 ac_config_headers="$ac_config_headers pjlib/include/pj/compat/os_auto.h pjlib/include/pj/compat/m_auto.h pjmedia/include/pjmedia/config_auto.h pjmedia/include/pjmedia-codec/config_auto.h pjsip/include/pjsip/sip_autoconf.h" 1442 1441 1443 ac_config_files="$ac_config_files build.mak build/os-auto.mak pjlib/build/os-auto.mak pjlib-util/build/os-auto.mak pjmedia/build/os-auto.mak pjsip/build/os-auto.makthird_party/build/portaudio/Makefile"1442 ac_config_files="$ac_config_files build.mak build/os-auto.mak pjlib/build/os-auto.mak pjlib-util/build/os-auto.mak pjmedia/build/os-auto.mak pjsip/build/os-auto.mak third_party/Makefile third_party/build/portaudio/Makefile" 1444 1443 1445 1444 … … 9015 9014 fi; 9016 9015 9017 9018 # Check whether --enable-g711-plc or --disable-g711-plc was given. 9019 if test "${enable_g711_plc+set}" = set; then 9020 enableval="$enable_g711_plc" 9021 if test "$enable_g711_plc" = "no"; then 9022 ac_no_g711_plc='-DPJMEDIA_HAS_G711_PLC=0' 9023 echo "$as_me:$LINENO: result: Checking if G.711 Annex A PLC is disabled...yes" >&5 9024 echo "${ECHO_T}Checking if G.711 Annex A PLC is disabled...yes" >&6 9025 fi 9026 else 9027 echo "$as_me:$LINENO: result: Checking if G.711 Annex A PLC is disabled...no" >&5 9028 echo "${ECHO_T}Checking if G.711 Annex A PLC is disabled...no" >&6 9029 fi; 9016 ac_no_g711_plc=yes 9017 9030 9018 9031 9019 … … 10094 10082 "pjmedia/build/os-auto.mak" ) CONFIG_FILES="$CONFIG_FILES pjmedia/build/os-auto.mak" ;; 10095 10083 "pjsip/build/os-auto.mak" ) CONFIG_FILES="$CONFIG_FILES pjsip/build/os-auto.mak" ;; 10084 "third_party/Makefile" ) CONFIG_FILES="$CONFIG_FILES third_party/Makefile" ;; 10096 10085 "third_party/build/portaudio/Makefile" ) CONFIG_FILES="$CONFIG_FILES third_party/build/portaudio/Makefile" ;; 10097 10086 "pjlib/include/pj/compat/os_auto.h" ) CONFIG_HEADERS="$CONFIG_HEADERS pjlib/include/pj/compat/os_auto.h" ;;
Note: See TracChangeset
for help on using the changeset viewer.