]> git.sesse.net Git - vlc/commitdiff
contrib: re-run autoconf for some packages
authorRafaël Carré <funman@videolan.org>
Mon, 21 Nov 2011 02:27:15 +0000 (21:27 -0500)
committerRafaël Carré <funman@videolan.org>
Mon, 21 Nov 2011 02:33:14 +0000 (21:33 -0500)
they were made with old version of libtool which only know old versions of darwin

contrib/src/dca/rules.mak
contrib/src/theora/rules.mak

index 5a94e281a9f0fd63473353ddb9184d359b8553fc..52a7ec244a1cff0c7c2741873b02a0fe97eee6a0 100644 (file)
@@ -21,6 +21,7 @@ libdca: libdca-$(DCA_VERSION).tar.bz2 .sum-dca
        $(MOVE)
 
 .dca: libdca
+       $(RECONF)
        cd $< && $(HOSTVARS) ./configure $(HOSTCONF)
        cd $< && $(MAKE) install
        touch $@
index c3b6c1e89922f23bad5fee2bc69b1ca9274392a5..fc380e5a73aa32d2258f76f4f83c92f3895e8bef 100644 (file)
@@ -43,9 +43,7 @@ endif
 DEPS_theora = ogg $(DEPS_ogg)
 
 .theora: libtheora
-ifdef HAVE_WIN32
        $(RECONF)
-endif
        cd $< && $(HOSTVARS) ./configure $(THEORACONF)
        cd $< && $(MAKE) install
        touch $@