[vlc-commits] contrib/ffmpeg: remove stupid special treatment of iOS

Felix Paul Kühne git at videolan.org
Thu Aug 2 18:34:22 CEST 2012


vlc | branch: master | Felix Paul Kühne <fkuehne at videolan.org> | Thu Aug  2 18:26:21 2012 +0200| [968d0c6e1815e865b823c2f94fcf0a2a0f910a16] | committer: Felix Paul Kühne

contrib/ffmpeg: remove stupid special treatment of iOS

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

 contrib/src/ffmpeg/rules.mak |    3 ---
 1 file changed, 3 deletions(-)

diff --git a/contrib/src/ffmpeg/rules.mak b/contrib/src/ffmpeg/rules.mak
index 032c4a1..15aabaf 100644
--- a/contrib/src/ffmpeg/rules.mak
+++ b/contrib/src/ffmpeg/rules.mak
@@ -79,9 +79,6 @@ endif
 endif
 ifdef HAVE_IOS
 FFMPEGCONF += --enable-pic --as="$(AS)" --disable-decoder=snow
-ifeq ($(ARCH), arm)
-FFMPEGCONF += --cpu=cortex-a8
-endif
 endif
 
 # Linux



More information about the vlc-commits mailing list