From: Sean McGovern <gseanmcg@gmail.com>
Date: Sat, 4 Jun 2016 03:39:32 +0000 (-0400)
Subject: cli: move ogg in link order
X-Git-Tag: 1.0.0~338
X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4be29562fd0192c0c7a157421aacf999137361a2;p=handbrake

cli: move ogg in link order

It can depend on the vorbis libraries.
---

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))