[Pkg-voip-commits] [pjproject] 16/42: Enable opencore-amr codec support

tzafrir at debian.org tzafrir at debian.org
Sat Nov 1 17:13:55 UTC 2014


This is an automated email from the git hooks/post-receive script.

tzafrir pushed a commit to branch master-2.3
in repository pjproject.

commit 1e2375820660e8a231ab24ba49d51a682d569bc5
Author: Tzafrir Cohen <tzafrir at debian.org>
Date:   Thu Oct 30 09:46:12 2014 +0200

    Enable opencore-amr codec support
---
 debian/control | 2 ++
 debian/rules   | 2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/debian/control b/debian/control
index 3ee76c8..e59d61b 100644
--- a/debian/control
+++ b/debian/control
@@ -9,6 +9,8 @@ Build-Depends: debhelper (>= 8),
  libspeex-dev, libspeexdsp-dev,
  portaudio19-dev,
  libgsm1-dev,
+ libopencore-amrnb-dev,
+ libopencore-amrwb-dev,
  uuid-dev,
  libsrtp0-dev,
  libssl-dev
diff --git a/debian/rules b/debian/rules
index 8307ec0..2d6d228 100755
--- a/debian/rules
+++ b/debian/rules
@@ -31,7 +31,7 @@ endif
 	dh_auto_configure -- --enable-shared \
 		--disable-g7221-codec --disable-ilbc-codec --disable-resample \
 		--with-external-gsm --with-external-speex --with-external-pa \
-		--with-external-srtp --disable-opencore-amr
+		--with-external-srtp
 
 override_dh_auto_build:
 	dh_auto_build -- dep all

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-voip/pjproject.git



More information about the Pkg-voip-commits mailing list