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

Sean McGovern gseanmcg at gmail.com
Mon Oct 19 19:14:56 CEST 2015


I see that j-b already reverted this change, but just to note that it broke my Solaris builds as well -- even caused gcc 4.5 and 4.8 to dump core.

-- Sean McG.
-----Original Message-----
From: Steve Lhomme <robux4 at videolabs.io>
Sender: "vlc-devel" <vlc-devel-bounces at videolan.org>Date: Thu, 15 Oct 2015 19:05:01 
To: <vlc-devel at videolan.org>
Reply-To: Mailing list for VLC media player developers <vlc-devel at videolan.org>
Cc: Steve Lhomme<robux4 at gmail.com>
Subject: [vlc-devel] [PATCH 6/7] contrib: pass the LD we use to ffmpeg

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

_______________________________________________
vlc-devel mailing list
To unsubscribe or modify your subscription options:
https://mailman.videolan.org/listinfo/vlc-devel


More information about the vlc-devel mailing list