Commit fabb0362 authored by Steve Lhomme's avatar Steve Lhomme Committed by Jean-Baptiste Kempf

contrib: pass the LD we use to ffmpeg

Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
parent 65167a30
...@@ -170,7 +170,7 @@ ifeq ($(call need_pkg,"libavcodec >= 55.0.0 libavformat >= 53.21.0 libswscale"), ...@@ -170,7 +170,7 @@ ifeq ($(call need_pkg,"libavcodec >= 55.0.0 libavformat >= 53.21.0 libswscale"),
PKGS_FOUND += ffmpeg PKGS_FOUND += ffmpeg
endif endif
FFMPEGCONF += --nm="$(NM)" --ar="$(AR)" FFMPEGCONF += --nm="$(NM)" --ar="$(AR)" --ld="$(LD)"
$(TARBALLS)/ffmpeg-$(HASH).tar.xz: $(TARBALLS)/ffmpeg-$(HASH).tar.xz:
$(call download_git,$(FFMPEG_GITURL),,$(HASH)) $(call download_git,$(FFMPEG_GITURL),,$(HASH))
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment