diff options
Diffstat (limited to 'package/pjsip/patches/0001-configure-fixup.patch')
| -rw-r--r-- | package/pjsip/patches/0001-configure-fixup.patch | 25 | 
1 files changed, 4 insertions, 21 deletions
| diff --git a/package/pjsip/patches/0001-configure-fixup.patch b/package/pjsip/patches/0001-configure-fixup.patch index 38fcea5b1..2f8a71f5e 100644 --- a/package/pjsip/patches/0001-configure-fixup.patch +++ b/package/pjsip/patches/0001-configure-fixup.patch @@ -1,15 +1,3 @@ -From 01108f66fd20dcdbb9fde0dd00924ee4e8c28a7c Mon Sep 17 00:00:00 2001 -From: John Crispin <blogic@openwrt.org> -Date: Sat, 28 Jan 2012 21:41:18 +0100 -Subject: [PATCH 1/3] configure fixup - ---- - pjproject-1.12/aconfigure.ac                |   13 +++++++++++-- - pjproject-1.12/pjmedia/build/os-auto.mak.in |    9 ++++++++- - 2 files changed, 19 insertions(+), 3 deletions(-) - -diff --git a/aconfigure.ac b/aconfigure.ac -index 84295b5..e34fd32 100644  --- a/aconfigure.ac  +++ b/aconfigure.ac  @@ -48,9 +48,9 @@ if test -z "$CROSS_COMPILE"; then @@ -24,10 +12,11 @@ index 84295b5..e34fd32 100644   AC_SUBST(LD)   if test "$LDOUT" = ""; then LDOUT="-o "; fi   AC_SUBST(LDOUT) -@@ -604,6 +604,15 @@ AC_ARG_ENABLE(ext_sound, +@@ -616,6 +616,15 @@ AC_ARG_ENABLE(ext_sound, + 		AC_MSG_RESULT([Checking if external sound is set... yes])   	       fi]   	      ) -  ++  +AC_ARG_ENABLE(ltq_tapi,  +	      AC_HELP_STRING([--enable-ltq-tapi],  +			     [PJMEDIA will use ltq tapi backend]), @@ -36,12 +25,9 @@ index 84295b5..e34fd32 100644  +		AC_MSG_RESULT([Checking if external sound is set... yes])  +	       fi]  +	      ) -+ +    dnl # Include resampling small filter   AC_SUBST(ac_no_small_filter) - AC_ARG_ENABLE(small-filter, -diff --git a/pjmedia/build/os-auto.mak.in b/pjmedia/build/os-auto.mak.in -index 145f1d5..be38aeb 100644  --- a/pjmedia/build/os-auto.mak.in  +++ b/pjmedia/build/os-auto.mak.in  @@ -125,4 +125,11 @@ ifeq ($(AC_PJMEDIA_SND),external) @@ -57,6 +43,3 @@ index 145f1d5..be38aeb 100644  +export PJMEDIA_AUDIODEV_OBJS += tapi_dev.o  +export CFLAGS += -DPJMEDIA_AUDIO_DEV_HAS_TAPI_DEVICE=1  +endif ---  -1.7.7.1 - | 
