Ignore:
Timestamp:
Jul 28, 2008 11:40:58 PM (16 years ago)
Author:
bennylp
Message:

Ticket #463: Configuration option to have external sound device implementation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/aconfigure

    r1892 r2182  
    860860  --disable-oss           Disable OSS audio (default: not disabled) 
    861861 
     862  --enable-ext-sound      PJMEDIA will not provide any sound device backend 
    862863  --disable-small-filter  Exclude small filter in resampling 
    863864  --disable-large-filter  Exclude large filter in resampling 
     
    1020610207 esac 
    1020710208fi 
     10209 
     10210# Check whether --enable-ext_sound or --disable-ext_sound was given. 
     10211if test "${enable_ext_sound+set}" = set; then 
     10212  enableval="$enable_ext_sound" 
     10213  if test "$enable_ext_sound" = "yes"; then 
     10214                ac_pjmedia_snd=external 
     10215                echo "$as_me:$LINENO: result: Checking if external sound is set... yes" >&5 
     10216echo "${ECHO_T}Checking if external sound is set... yes" >&6 
     10217               fi 
     10218 
     10219fi; 
    1020810220 
    1020910221 
Note: See TracChangeset for help on using the changeset viewer.