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 /test | |
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 'test')
-rw-r--r-- | test/module.defs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/module.defs b/test/module.defs index 5f825e3a7..f057db3cc 100644 --- a/test/module.defs +++ b/test/module.defs @@ -17,7 +17,7 @@ TEST.GCC.l = \ a52 ass avcodec avformat avutil avresample dvdnav dvdread faac \ fontconfig freetype fribidi mkv mpeg2 mp3lame mp4v2 ogg \ samplerate swscale theoraenc theoradec vorbis vorbisenc x264 \ - xml2 bluray bz2 z + bluray xml2 bz2 z TEST.install.exe = $(DESTDIR)$(PREFIX/)bin/$(notdir $(TEST.exe)) |