diff options
author | Sven Gothel <[email protected]> | 2017-12-25 23:51:31 +0100 |
---|---|---|
committer | Bradley Sepos <[email protected]> | 2018-05-28 23:56:14 -0400 |
commit | 6c5faa037d2955421dd7bae44f6f5f15b9b011a2 (patch) | |
tree | f2bb7645a6c2d3662812cbca47362bd67c299e59 /libhb/module.defs | |
parent | fd2241a344b141fb5f1b8ec479dbb5783826f1ce (diff) |
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.
Diffstat (limited to 'libhb/module.defs')
-rw-r--r-- | libhb/module.defs | 2 |
1 files changed, 1 insertions, 1 deletions
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 ) |