contrib: pass the LD we use to ffmpeg

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
This commit is contained in:
Steve Lhomme 2015-10-15 19:05:01 +02:00 committed by Jean-Baptiste Kempf
parent 65167a3015
commit fabb0362f1
1 changed files with 1 additions and 1 deletions

View File

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