[vlc-commits] Contribs: a52dec, do not use AC_C_ALWAYS_INLINE

Jean-Baptiste Kempf git at videolan.org
Wed Jan 20 15:30:39 CET 2016


vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Wed Jan 20 15:25:59 2016 +0100| [c61b24a704d7d63bd1576406e7289c200b0dfeda] | committer: Jean-Baptiste Kempf

Contribs: a52dec, do not use AC_C_ALWAYS_INLINE

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=c61b24a704d7d63bd1576406e7289c200b0dfeda
---

 contrib/src/a52/liba52-inline.patch |   10 ++++++++++
 contrib/src/a52/rules.mak           |    1 +
 2 files changed, 11 insertions(+)

diff --git a/contrib/src/a52/liba52-inline.patch b/contrib/src/a52/liba52-inline.patch
new file mode 100644
index 0000000..f41ec99
--- /dev/null
+++ b/contrib/src/a52/liba52-inline.patch
@@ -0,0 +1,10 @@
+--- a52dec/configure.in	2002-07-28 05:50:20.000000000 +0200
++++ a52dec.new/configure.in	2016-01-20 15:11:39.816137143 +0100
+@@ -85,7 +85,6 @@
+ 
+ dnl Checks for typedefs, structures, and compiler characteristics.
+ AC_C_CONST
+-AC_C_ALWAYS_INLINE
+ AC_C_RESTRICT
+ AC_TYPE_SIZE_T
+ AC_C_BIGENDIAN
diff --git a/contrib/src/a52/rules.mak b/contrib/src/a52/rules.mak
index 1db72df..dd4d7a3 100644
--- a/contrib/src/a52/rules.mak
+++ b/contrib/src/a52/rules.mak
@@ -16,6 +16,7 @@ a52dec: a52dec-$(A52DEC_VERSION).tar.gz .sum-a52
 	$(UNPACK)
 	$(APPLY) $(SRC)/a52/liba52-pic.patch
 	$(APPLY) $(SRC)/a52/liba52-silence.patch
+	$(APPLY) $(SRC)/a52/liba52-inline.patch
 ifndef HAVE_FPU
 	$(APPLY) $(SRC)/a52/liba52-fixed.diff
 endif



More information about the vlc-commits mailing list