diff options
author | Sean McGovern <[email protected]> | 2016-06-03 23:39:32 -0400 |
---|---|---|
committer | Sean McGovern <[email protected]> | 2016-07-01 14:40:47 -0400 |
commit | 4be29562fd0192c0c7a157421aacf999137361a2 (patch) | |
tree | 80c0e9a27eab41a8b2ce15b8321cc8b49696124e /test/module.defs | |
parent | 97a4b1ca41c355084d17cd2ecf661ebf6db5552d (diff) |
cli: move ogg in link order
It can depend on the vorbis libraries.
Diffstat (limited to 'test/module.defs')
-rw-r--r-- | test/module.defs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/module.defs b/test/module.defs index 17cf42e8c..3de5761c4 100644 --- a/test/module.defs +++ b/test/module.defs @@ -15,8 +15,8 @@ TEST.libs = $(LIBHB.a) TEST.GCC.l = \ ass avresample avformat avcodec avfilter avutil mp3lame dvdnav \ - dvdread fontconfig fribidi ogg \ - samplerate swscale vpx theoraenc theoradec vorbis vorbisenc x264 \ + dvdread fontconfig fribidi \ + samplerate swscale vpx theoraenc theoradec vorbis vorbisenc ogg x264 \ bluray freetype xml2 bz2 z jansson harfbuzz ifeq (1,$(FEATURE.qsv)) |