vlc | branch: master | Steve Lhomme <[email protected]> | Thu Oct 15 19:05:01 2015 +0200| [fabb0362f126c14df679ca0e4fadeb6b85d67881] | committer: Jean-Baptiste Kempf
contrib: pass the LD we use to ffmpeg Signed-off-by: Jean-Baptiste Kempf <[email protected]> > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=fabb0362f126c14df679ca0e4fadeb6b85d67881 --- 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 032d66a..2ee8be5 100644 --- a/contrib/src/ffmpeg/rules.mak +++ b/contrib/src/ffmpeg/rules.mak @@ -170,7 +170,7 @@ ifeq ($(call need_pkg,"libavcodec >= 55.0.0 libavformat >= 53.21.0 libswscale"), PKGS_FOUND += ffmpeg endif -FFMPEGCONF += --nm="$(NM)" --ar="$(AR)" +FFMPEGCONF += --nm="$(NM)" --ar="$(AR)" --ld="$(LD)" $(TARBALLS)/ffmpeg-$(HASH).tar.xz: $(call download_git,$(FFMPEG_GITURL),,$(HASH)) _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
