Ignore:
Timestamp:
Mar 12, 2008 10:44:24 PM (16 years ago)
Author:
bennylp
Message:

Ticket #511: Add --disable-oss option to disable OSS in configure script

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/third_party/build/portaudio/os-auto.mak.in

    r1202 r1863  
    1616AC_PA_USE_ALSA=@ac_pa_use_alsa@ 
    1717 
     18# For Unix, specify if OSS should be supported 
     19AC_PA_USE_OSS=@ac_pa_use_oss@ 
     20 
    1821# Additional PortAudio CFLAGS are in @ac_pa_cflags@ 
    1922 
     
    3235endif 
    3336 
     37export CFLAGS += @ac_pa_cflags@ 
     38endif 
     39 
     40# Include OSS? 
     41ifeq ($(AC_PA_USE_OSS),1) 
    3442export CFLAGS += -DPA_USE_OSS=1 
    35 export CFLAGS += @ac_pa_cflags@ 
    3643export PORTAUDIO_OBJS += pa_unix_oss.o 
    3744endif 
    38  
    3945 
    4046# 
Note: See TracChangeset for help on using the changeset viewer.