[vlc-commits] contrib/avcodec: pass extra CFLAGS as LDFLAGS on iOS to have the needed flags
Felix Paul Kühne
git at videolan.org
Wed Nov 5 21:02:40 CET 2014
vlc | branch: master | Felix Paul Kühne <fkuehne at videolan.org> | 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
More information about the vlc-commits
mailing list