vlc | branch: master | Felix Paul Kühne <[email protected]> | Tue Nov 4 21:41:53 2014 +0100| [f52e54b24015419c09db0c608caeb75232d3206a] | committer: Felix Paul Kühne
contrib/avcodec: pass extra CFLAGS as LDFLAGS on iOS to have the needed flags > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=f52e54b24015419c09db0c608caeb75232d3206a --- contrib/src/ffmpeg/rules.mak | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/src/ffmpeg/rules.mak b/contrib/src/ffmpeg/rules.mak index 021f525..b660848 100644 --- a/contrib/src/ffmpeg/rules.mak +++ b/contrib/src/ffmpeg/rules.mak @@ -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 _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
