Commit b46c47c7 authored by Hugo Beauzée-Luyssen's avatar Hugo Beauzée-Luyssen

contribs: ffmpeg/libav: Properly pass NM/AR env variables

parent 46c88829
......@@ -163,6 +163,8 @@ ifeq ($(call need_pkg,"libavcodec >= 54.25.0 libavformat >= 53.21.0 libswscale")
PKGS_FOUND += ffmpeg
endif
FFMPEGCONF += --nm="$(NM)" --ar="$(AR)"
$(TARBALLS)/ffmpeg-$(HASH).tar.gz:
$(call download,$(FFMPEG_SNAPURL))
......
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