Changeset 1863 for pjproject/trunk/third_party/build/portaudio
- Timestamp:
- Mar 12, 2008 10:44:24 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/third_party/build/portaudio/os-auto.mak.in
r1202 r1863 16 16 AC_PA_USE_ALSA=@ac_pa_use_alsa@ 17 17 18 # For Unix, specify if OSS should be supported 19 AC_PA_USE_OSS=@ac_pa_use_oss@ 20 18 21 # Additional PortAudio CFLAGS are in @ac_pa_cflags@ 19 22 … … 32 35 endif 33 36 37 export CFLAGS += @ac_pa_cflags@ 38 endif 39 40 # Include OSS? 41 ifeq ($(AC_PA_USE_OSS),1) 34 42 export CFLAGS += -DPA_USE_OSS=1 35 export CFLAGS += @ac_pa_cflags@36 43 export PORTAUDIO_OBJS += pa_unix_oss.o 37 44 endif 38 39 45 40 46 #
Note: See TracChangeset
for help on using the changeset viewer.