From d007860f9c660245e8eaa4ba8140923fa040d0ac Mon Sep 17 00:00:00 2001 From: Luka Perkov Date: Sun, 3 Jun 2012 23:37:58 +0000 Subject: pjsip: update to version 1.14.2 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32040 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- package/pjsip/patches/0001-configure-fixup.patch | 25 ++++-------------------- 1 file changed, 4 insertions(+), 21 deletions(-) (limited to 'package/pjsip/patches/0001-configure-fixup.patch') diff --git a/package/pjsip/patches/0001-configure-fixup.patch b/package/pjsip/patches/0001-configure-fixup.patch index 38fcea5b18..2f8a71f5e1 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 -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 - -- cgit v1.2.3