diff options
author | Sven Gothel <[email protected]> | 2017-12-25 23:51:31 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2017-12-25 23:51:31 +0100 |
commit | 51b4cac2faed53f4e2eab75910b15eae45cd4387 (patch) | |
tree | 848648e9b5abd022a4112dfc57b2dc9adfc60db0 /test | |
parent | cb4dc4ec0a70a166f20112671b83d7426c5c82cc (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 'test')
-rw-r--r-- | test/module.defs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/module.defs b/test/module.defs index 884d558d5..ce14771cf 100644 --- a/test/module.defs +++ b/test/module.defs @@ -14,7 +14,7 @@ TEST.GCC.L = $(CONTRIB.build/)lib TEST.libs = $(LIBHB.a) TEST.GCC.l = \ - ass avresample avformat avcodec avfilter avutil mp3lame dvdnav \ + ass avresample avformat avfilter avcodec avutil swresample postproc mp3lame dvdnav \ dvdread fribidi \ samplerate swscale vpx theoraenc theoradec vorbis vorbisenc ogg x264 \ bluray freetype xml2 bz2 z jansson harfbuzz opus |