vlc | branch: master | Rafaël Carré <[email protected]> | Fri Jul 13 14:37:16 2012 +0200| [5bb741ba78947b7a37badf63323fbe1c03296f7b] | committer: Rafaël Carré
contrib: theora: remove useless leftover UPDATE_AUTOCONFIG alone does the job > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=5bb741ba78947b7a37badf63323fbe1c03296f7b --- contrib/src/theora/rules.mak | 4 ---- 1 file changed, 4 deletions(-) diff --git a/contrib/src/theora/rules.mak b/contrib/src/theora/rules.mak index 7c13619..08df0cc 100644 --- a/contrib/src/theora/rules.mak +++ b/contrib/src/theora/rules.mak @@ -17,7 +17,6 @@ $(TARBALLS)/libtheora-$(THEORA_VERSION).tar.xz: libtheora: libtheora-$(THEORA_VERSION).tar.xz .sum-theora $(UNPACK) $(APPLY) $(SRC)/theora/libtheora-includes.patch - echo 'ACLOCAL_AMFLAGS = -I m4' >> $(UNPACK_DIR)/Makefile.am $(UPDATE_AUTOCONFIG) $(MOVE) @@ -47,9 +46,6 @@ endif DEPS_theora = ogg $(DEPS_ogg) .theora: libtheora -ifdef HAVE_WIN32 - $(RECONF) -endif cd $< && $(HOSTVARS) ./configure $(THEORACONF) cd $< && $(MAKE) install touch $@ _______________________________________________ vlc-commits mailing list [email protected] http://mailman.videolan.org/listinfo/vlc-commits
