1
mirror of https://code.videolan.org/videolan/vlc synced 2024-09-08 11:26:59 +02:00

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

This commit is contained in:
Hugo Beauzée-Luyssen 2014-10-22 14:38:38 +02:00
parent 46c8882940
commit b46c47c7fa

View File

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