[vlc-commits] contrib: theora: do not run autoreconf

Rafaël Carré git at videolan.org
Sun Jun 8 20:31:20 CEST 2014


vlc | branch: master | Rafaël Carré <funman at videolan.org> | Sun Jun  8 11:12:42 2014 -0700| [e030b70be1c0aae098e1c06472fe4a44bab90197] | committer: Rafaël Carré

contrib: theora: do not run autoreconf

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

 contrib/src/theora/rules.mak |    1 -
 1 file changed, 1 deletion(-)

diff --git a/contrib/src/theora/rules.mak b/contrib/src/theora/rules.mak
index f51a040..4024788 100644
--- a/contrib/src/theora/rules.mak
+++ b/contrib/src/theora/rules.mak
@@ -45,7 +45,6 @@ endif
 DEPS_theora = ogg $(DEPS_ogg)
 
 .theora: libtheora
-	cd $< && autoreconf -ivf -I m4
 	cd $< && $(HOSTVARS) ./configure $(THEORACONF)
 	cd $< && $(MAKE) install
 	touch $@



More information about the vlc-commits mailing list