diff options
author | Yuichiro NAITO <[email protected]> | 2018-06-30 22:41:08 +0900 |
---|---|---|
committer | Bradley Sepos <[email protected]> | 2018-07-01 19:02:56 -0400 |
commit | 34fbe885ba5417214a01a641b628a4cdf6dbecbd (patch) | |
tree | c0d30691b18f1e75b84599e317671a7d2d687589 /test | |
parent | cddacf47946a36af8ec142367ecf5f33b86aaeee (diff) |
build: Fix libavresample link order.
avfilter referes to avresample.
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 11ac8a7ff..c8d230a27 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 avfilter avcodec avutil swresample postproc mp3lame dvdnav \ + ass avformat avfilter avcodec avutil avresample swresample postproc mp3lame dvdnav \ dvdread fribidi \ samplerate swscale vpx theoraenc theoradec vorbis vorbisenc ogg x264 \ bluray freetype xml2 bz2 z jansson harfbuzz opus speex lzma |