[vlc-devel] [PATCH 6/7] contrib: pass the LD we use to ffmpeg

Steve Lhomme robux4 at videolabs.io
Thu Oct 15 19:05:01 CEST 2015


From: Steve Lhomme <robux4 at gmail.com>

---
 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))
-- 
2.6.0



More information about the vlc-devel mailing list