From 58a508b7679a9ace99529d77216a76b5913aace1 Mon Sep 17 00:00:00 2001 From: Nanang Izzuddin Date: Wed, 23 Mar 2016 07:52:41 +0000 Subject: Close #1906: Removed PortAudio from PJSIP source package. git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@5268 74dad513-b988-da41-8d7b-12977e46ad98 --- third_party/build/portaudio/os-linux.mak | 34 -------------------------------- 1 file changed, 34 deletions(-) delete mode 100644 third_party/build/portaudio/os-linux.mak (limited to 'third_party/build/portaudio/os-linux.mak') diff --git a/third_party/build/portaudio/os-linux.mak b/third_party/build/portaudio/os-linux.mak deleted file mode 100644 index 508948d3..00000000 --- a/third_party/build/portaudio/os-linux.mak +++ /dev/null @@ -1,34 +0,0 @@ -# @configure_input@ - -# Define the desired sound device backend -# Valid values are: -# - pa_unix: PortAudio on Unix (OSS or ALSA) -# - pa_darwinos: PortAudio on MacOSX (CoreAudio) -# - pa_old_darwinos: PortAudio on MacOSX (old CoreAudio, for OSX 10.2) -# - pa_win32: PortAudio on Win32 (WMME) -# -# There are other values below, but these are handled by PJMEDIA's Makefile -# - ds: Win32 DirectSound (dsound.c) -# - null: Null sound device (nullsound.c) -AC_PJMEDIA_SND=pa_unix - -# For Unix, specify if ALSA should be supported -AC_PA_USE_ALSA=0 - -# -# PortAudio on Unix -# -ifeq ($(AC_PJMEDIA_SND),pa_unix) -# Host APIs and utils -export PORTAUDIO_OBJS += pa_unix_hostapis.o pa_unix_util.o - -# Include ALSA? -ifeq ($(AC_PA_USE_ALSA),1) -export CFLAGS += -DPA_USE_ALSA=1 -export PORTAUDIO_OBJS += pa_linux_alsa.o -endif - -export CFLAGS += -DPA_USE_OSS=1 -DHAVE_SYS_SOUNDCARD_H -export PORTAUDIO_OBJS += pa_unix_oss.o -endif - -- cgit v1.2.3