[vlc-commits] contrib: dca: Invoke autoreconf

Hugo Beauzée-Luyssen git at videolan.org
Fri Sep 23 16:39:12 CEST 2016


vlc | branch: master | Hugo Beauzée-Luyssen <hugo at beauzee.fr> | Fri Sep 23 16:36:34 2016 +0200| [3ea47109501c05cab032065f06df455bf99d3be5] | committer: Hugo Beauzée-Luyssen

contrib: dca: Invoke autoreconf

The shipped aclocal.m4 doesn't play well when cross compiling for win32
with a compiler that isn't gcc

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

 contrib/src/dca/rules.mak | 1 +
 1 file changed, 1 insertion(+)

diff --git a/contrib/src/dca/rules.mak b/contrib/src/dca/rules.mak
index cf427da..2b977a0 100644
--- a/contrib/src/dca/rules.mak
+++ b/contrib/src/dca/rules.mak
@@ -25,6 +25,7 @@ libdca: libdca-$(DCA_VERSION).tar.bz2 .sum-dca
 	$(MOVE)
 
 .dca: libdca
+	$(RECONF)
 	cd $< && $(HOSTVARS) CFLAGS="$(CFLAGS) -std=gnu89" ./configure $(HOSTCONF)
 	cd $< && $(MAKE) -C include install
 	cd $< && $(MAKE) -C libdca install



More information about the vlc-commits mailing list