]> granicus.if.org Git - handbrake/commitdiff
cli: move ogg in link order
authorSean McGovern <gseanmcg@gmail.com>
Sat, 4 Jun 2016 03:39:32 +0000 (23:39 -0400)
committerSean McGovern <gseanmcg@gmail.com>
Fri, 1 Jul 2016 18:40:47 +0000 (14:40 -0400)
It can depend on the vorbis libraries.

test/module.defs

index 17cf42e8c80320d4846a178f02cf290ceda4fcd6..3de5761c47a14947473777ad13e74f4af21f7212 100644 (file)
@@ -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))