Commit c734b4e5 authored by Felix Paul Kühne's avatar Felix Paul Kühne

contrib: fixed theora compilation within the iOS Simulator

parent 62c58470
......@@ -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 $@
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment