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

contrib/avcodec: unconditionally enable pic on iOS (close #10532, close #10531)

parent 30dcfdd0
...@@ -101,8 +101,9 @@ FFMPEGCONF += --cpu=core2 ...@@ -101,8 +101,9 @@ FFMPEGCONF += --cpu=core2
endif endif
endif endif
ifdef HAVE_IOS ifdef HAVE_IOS
ifeq ($(ARCH),arm) FFMPEGCONF += --enable-pic
FFMPEGCONF += --enable-pic --as="$(AS)" ifdef HAVE_NEON
FFMPEGCONF += --as="$(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