Commit 6b3f4ad0 authored by Felix Paul Kühne's avatar Felix Paul Kühne

contrib/avcodec: pass extra CFLAGS as LDFLAGS on iOS to have the needed flags

(cherry picked from commit f52e54b24015419c09db0c608caeb75232d3206a)
parent bcea63b6
......@@ -101,7 +101,7 @@ FFMPEGCONF += --cpu=core2
endif
endif
ifdef HAVE_IOS
FFMPEGCONF += --enable-pic
FFMPEGCONF += --enable-pic --extra-ldflags="$(EXTRA_CFLAGS)"
ifdef HAVE_NEON
FFMPEGCONF += --as="$(AS)"
endif
......
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