diff options
author | jstebbins <[email protected]> | 2012-10-06 16:44:05 +0000 |
---|---|---|
committer | jstebbins <[email protected]> | 2012-10-06 16:44:05 +0000 |
commit | 49d2ade305998515d9391bf4e82f4c95313fb05f (patch) | |
tree | d717e9c1b34ceba63fdbbb1908371e737944f432 /gtk/src/Makefile.am | |
parent | 13e4fc1725bc45b9f59adcba9228f0554dc90e35 (diff) |
Fix link failure on ubuntu, incorrect link order
libxml2 needs to be after libbluray since libbluray uses xml2
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5002 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'gtk/src/Makefile.am')
-rw-r--r-- | gtk/src/Makefile.am | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gtk/src/Makefile.am b/gtk/src/Makefile.am index 3fc616027..06e5f09dd 100644 --- a/gtk/src/Makefile.am +++ b/gtk/src/Makefile.am @@ -5,13 +5,14 @@ HB_LIBS= \ -lhb -la52 -lmkv -lavresample -lavformat -lavcodec -lavutil \ -ldvdnav -ldvdread -lfaac -lmp3lame -lmpeg2 -lvorbis -lvorbisenc \ -logg -lsamplerate -lx264 -lmp4v2 -lswscale -ltheoraenc -ltheoradec -lz \ - -lbz2 -lpthreadGC2 -lbluray -lass -lfontconfig -lfreetype -lgmodule-2.0 + -lbz2 -lpthreadGC2 -lbluray -lass -lfontconfig -lfreetype -lxml2 \ + -lgmodule-2.0 else HB_LIBS= \ -lhb -la52 -lmkv -lavresample -lavformat -lavcodec -lavutil \ -ldvdnav -ldvdread -lfaac -lmp3lame -lmpeg2 -lvorbis -lvorbisenc \ -logg -lsamplerate -lx264 -lmp4v2 -lswscale -ltheoraenc -ltheoradec -lz \ - -lbz2 -lpthread -lbluray -lass -lfontconfig -lfreetype + -lbz2 -lpthread -lbluray -lass -lfontconfig -lfreetype -lxml2 endif icons = \ |