Commit 968d0c6e authored by Felix Paul Kühne's avatar Felix Paul Kühne

contrib/ffmpeg: remove stupid special treatment of iOS

parent 488bd518
...@@ -79,9 +79,6 @@ endif ...@@ -79,9 +79,6 @@ endif
endif endif
ifdef HAVE_IOS ifdef HAVE_IOS
FFMPEGCONF += --enable-pic --as="$(AS)" --disable-decoder=snow FFMPEGCONF += --enable-pic --as="$(AS)" --disable-decoder=snow
ifeq ($(ARCH), arm)
FFMPEGCONF += --cpu=cortex-a8
endif
endif endif
# Linux # Linux
......
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