[vlc-commits] contrib: fixed theora compilation within the iOS Simulator

Felix Paul Kühne git at videolan.org
Wed Jan 23 16:06:41 CET 2013


vlc | branch: master | Felix Paul Kühne <fkuehne at videolan.org> | Wed Jan 23 14:48:54 2013 +0100| [c734b4e5a2517ffffb2b101f326bc99e7bcd4429] | committer: Felix Paul Kühne

contrib: fixed theora compilation within the iOS Simulator

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

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

diff --git a/contrib/src/theora/rules.mak b/contrib/src/theora/rules.mak
index 08df0cc..17b80d1 100644
--- a/contrib/src/theora/rules.mak
+++ b/contrib/src/theora/rules.mak
@@ -46,6 +46,7 @@ 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