[vlc-commits] contrib/libtheora: added support for iOS

Felix Paul Kühne git at videolan.org
Wed Mar 21 20:06:06 CET 2012


vlc | branch: master | Felix Paul Kühne <fkuehne at videolan.org> | Wed Mar 21 14:30:02 2012 +0100| [00ccf427da0a493ee1c7a76cc5db581551e2ccef] | committer: Felix Paul Kühne

contrib/libtheora: added support for iOS

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

 contrib/src/theora/rules.mak |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/contrib/src/theora/rules.mak b/contrib/src/theora/rules.mak
index 314f2c3..7c13619 100644
--- a/contrib/src/theora/rules.mak
+++ b/contrib/src/theora/rules.mak
@@ -37,6 +37,9 @@ endif
 ifdef HAVE_MACOSX64
 THEORACONF += --disable-asm
 endif
+ifdef HAVE_IOS
+THEORACONF += --disable-asm
+endif
 ifdef HAVE_WIN64
 THEORACONF += --disable-asm
 endif



More information about the vlc-commits mailing list