]> granicus.if.org Git - handbrake/commitdiff
Fix the order of libraries when linking HandBrakeCLI
authorjstebbins <jstebbins.hb@gmail.com>
Tue, 28 Jan 2014 15:12:43 +0000 (15:12 +0000)
committerjstebbins <jstebbins.hb@gmail.com>
Tue, 28 Jan 2014 15:12:43 +0000 (15:12 +0000)
The new libbluray has a dependency on freetype.  Ubuntu
didn't like the order, all other builds were ok :-\

git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6007 b64f7644-9d1e-0410-96f1-a4d463321fa5

test/module.defs

index d231ccb784fafb67d28f77dd62514808ec908941..ce60e0d46d963fd200a910680fa67ea1c488d408 100644 (file)
@@ -15,9 +15,9 @@ TEST.libs = $(LIBHB.a)
 
 TEST.GCC.l = \
         a52 ass avcodec avformat avutil avresample dvdnav dvdread \
-        fontconfig freetype fribidi mp3lame ogg \
+        fontconfig fribidi mp3lame ogg \
         samplerate swscale theoraenc theoradec vorbis vorbisenc x264 \
-        bluray xml2 bz2 z
+        bluray freetype xml2 bz2 z
 
 ifeq (1,$(FEATURE.qsv))
     TEST.GCC.D += USE_QSV HAVE_THREADS=1