[packages/h323plus: 2/8] - this software uses old celt api
baggins
baggins at pld-linux.org
Sat Nov 17 15:38:39 CET 2012
commit dd6d7a53747e86a0a6f26a75f6f63170949c11a3
Author: Jan Rękorajski <baggins at pld-linux.org>
Date: Sat Nov 17 15:35:17 2012 +0100
- this software uses old celt api
h323plus-celt051.patch | 22 ++++++++++++++++++++++
1 file changed, 22 insertions(+)
---
diff --git a/h323plus-celt051.patch b/h323plus-celt051.patch
new file mode 100644
index 0000000..6a8f6c6
--- /dev/null
+++ b/h323plus-celt051.patch
@@ -0,0 +1,22 @@
+--- h323plus/plugins/configure.ac~ 2010-09-20 11:04:24.000000000 +0200
++++ h323plus/plugins/configure.ac 2012-11-17 13:00:12.200193585 +0100
+@@ -361,7 +361,7 @@
+ AC_MSG_RESULT(Manually disabled CELT)
+ else
+ PKG_CHECK_MODULES([CELT],
+- [celt],
++ [celt051],
+ [
+ AC_SUBST(CELT_CFLAGS)
+ AC_SUBST(CELT_LIBS)
+--- h323plus/plugins/audio/celt/celtcodec.c~ 2010-02-24 03:19:19.000000000 +0100
++++ h323plus/plugins/audio/celt/celtcodec.c 2012-11-17 13:01:19.631672865 +0100
+@@ -14,7 +14,7 @@
+ #include "plugin-config.h"
+
+ #include <codec/opalplugin.h>
+-#include <celt/celt.h>
++#include <celt051/celt.h>
+
+ #ifndef FALSE
+ #define FALSE 0
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/h323plus.git/commitdiff/80a03e028e264835f927118d78091e61e180d860
More information about the pld-cvs-commit
mailing list