[vlc-commits] contrib: theora: remove useless leftover

Rafaël Carré git at videolan.org
Tue Jul 17 19:21:24 CEST 2012


vlc | branch: master | Rafaël Carré <funman at videolan.org> | 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 $@



More information about the vlc-commits mailing list