Commit 1be757bb authored by Felix Paul Kühne's avatar Felix Paul Kühne

contrib/avcodec: fix compilation for iOS on ARM

parent 15701083
...@@ -103,6 +103,7 @@ endif ...@@ -103,6 +103,7 @@ endif
ifdef HAVE_IOS ifdef HAVE_IOS
ifeq ($(ARCH),arm) ifeq ($(ARCH),arm)
FFMPEGCONF += --enable-pic --as="$(AS)" FFMPEGCONF += --enable-pic --as="$(AS)"
FFMPEGCONF += --extra-cflags='-no-integrated-as'
endif endif
endif endif
ifdef HAVE_MACOSX ifdef HAVE_MACOSX
......
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