From 6c5faa037d2955421dd7bae44f6f5f15b9b011a2 Mon Sep 17 00:00:00 2001 From: Sven Gothel Date: Mon, 25 Dec 2017 23:51:31 +0100 Subject: FFMPEG #974: Use latest FFMPEG 3.4.1 (1/2) Patch 1/2 for https://github.com/HandBrake/HandBrake/issues/974 moving to FFMPEG 3.4.1 from LIBAV 12.2. The re-ordering of to be linked modules was required to solve statically linked dependencies. See libhb/module.defs etc. --- libhb/module.defs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libhb/module.defs') diff --git a/libhb/module.defs b/libhb/module.defs index d39f7d7b6..ba924b841 100644 --- a/libhb/module.defs +++ b/libhb/module.defs @@ -130,7 +130,7 @@ LIBHB.dll = $(LIBHB.build/)hb.dll LIBHB.lib = $(LIBHB.build/)hb.lib LIBHB.dll.libs = $(foreach n, \ - ass avcodec avformat avfilter avutil avresample dvdnav dvdread \ + ass avformat avfilter avcodec avutil avresample swresample postproc dvdnav dvdread \ freetype mp3lame samplerate swscale vpx theora vorbis vorbisenc ogg \ x264 xml2 bluray jansson harfbuzz opus, \ $(CONTRIB.build/)lib/lib$(n).a ) -- cgit v1.2.3