[vlc-commits] Contribs: dca, 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:28:48 2016 +0100| [27adc2344b513d6cd7f27ef50269a3f728e8c648] | committer: Jean-Baptiste Kempf

Contribs: dca, do not use AC_C_ALWAYS_INLINE

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

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

diff --git a/contrib/src/dca/libdca-inline.patch b/contrib/src/dca/libdca-inline.patch
new file mode 100644
index 0000000..8f5d979
--- /dev/null
+++ b/contrib/src/dca/libdca-inline.patch
@@ -0,0 +1,10 @@
+--- libdca/configure.ac	2007-04-10 14:28:07.000000000 +0200
++++ libdca.new/configure.ac	2016-01-20 15:05:33.835304760 +0100
+@@ -105,7 +105,6 @@
+ 
+ dnl Checks for typedefs, structures, and compiler characteristics.
+ AC_C_CONST
+-AC_C_ALWAYS_INLINE
+ AC_C_RESTRICT
+ AC_C_BUILTIN_EXPECT
+ AC_TYPE_SIZE_T
diff --git a/contrib/src/dca/rules.mak b/contrib/src/dca/rules.mak
index 5a5a8a6..cf427da 100644
--- a/contrib/src/dca/rules.mak
+++ b/contrib/src/dca/rules.mak
@@ -20,6 +20,7 @@ $(TARBALLS)/libdca-$(DCA_VERSION).tar.bz2:
 libdca: libdca-$(DCA_VERSION).tar.bz2 .sum-dca
 	$(UNPACK)
 	#$(APPLY) $(SRC)/dca/libdca-llvm-gcc.patch
+	$(APPLY) $(SRC)/dca/libdca-inline.patch
 	$(UPDATE_AUTOCONFIG) && cd $(UNPACK_DIR) && mv config.guess config.sub autotools
 	$(MOVE)
 



More information about the vlc-commits mailing list