[vlc-commits] contrib: pass the LD we use to ffmpeg
Steve Lhomme
git at videolan.org
Sun Oct 18 23:15:11 CEST 2015
vlc | branch: master | Steve Lhomme <robux4 at gmail.com> | 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 <jb at videolan.org>
> 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))
More information about the vlc-commits
mailing list