Commit f52e54b2 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

parent a9c89123
......@@ -115,7 +115,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