Ignore:
Timestamp:
Apr 17, 2007 4:16:01 PM (17 years ago)
Author:
bennylp
Message:

Fixed build system for third_party

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/branches/split-3rd-party/aconfigure

    r1182 r1201  
    860860  --disable-small-filter  Exclude small filter in resampling 
    861861  --disable-large-filter  Exclude large filter in resampling 
    862   --disable-g711-plc      Exclude G.711 Annex A PLC 
    863862  --disable-speex-aec     Exclude Speex Acoustic Echo Canceller/AEC 
    864863  --disable-g711-codec    Exclude G.711 codecs from the build 
     
    14411440                                                  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" 
    14421441 
    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.mak third_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" 
    14441443 
    14451444 
     
    90159014fi; 
    90169015 
    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; 
     9016ac_no_g711_plc=yes 
     9017 
    90309018 
    90319019 
     
    1009410082  "pjmedia/build/os-auto.mak" ) CONFIG_FILES="$CONFIG_FILES pjmedia/build/os-auto.mak" ;; 
    1009510083  "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" ;; 
    1009610085  "third_party/build/portaudio/Makefile" ) CONFIG_FILES="$CONFIG_FILES third_party/build/portaudio/Makefile" ;; 
    1009710086  "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.