]> granicus.if.org Git - handbrake/commitdiff
LinGui: change order of libs on link line to fix unresolved symbols
authorjstebbins <jstebbins.hb@gmail.com>
Thu, 20 Jan 2011 03:41:35 +0000 (03:41 +0000)
committerjstebbins <jstebbins.hb@gmail.com>
Thu, 20 Jan 2011 03:41:35 +0000 (03:41 +0000)
latest ffmpeg requires libavutil to be linked last

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

gtk/src/Makefile.am

index b901baf80fee6bb431df0558b7a4426782fb97c4..720f194ac5e56282aa7c3c98ff6271deacb92921 100644 (file)
@@ -2,13 +2,13 @@
 
 if MINGW
 HB_LIBS= \
-       -lhb -la52 -lmkv -lavformat -lavcodec -lavutil -lavcore -ldca -ldvdnav -ldvdread \
+       -lhb -la52 -lmkv -lavformat -lavcodec -lavcore -lavutil -ldca -ldvdnav -ldvdread \
        -lfaac -lmp3lame -lmpeg2 -lvorbis -lvorbisenc -logg -lsamplerate \
        -lx264 -lmp4v2 -lswscale -ltheora -lfaad -lz \
        -lbz2 -liberty -lpthreadGC2 -lbluray -lass -lfontconfig -lfreetype
 else
 HB_LIBS= \
-       -lhb -la52 -lmkv -lavformat -lavcodec -lavutil -lavcore -ldca -ldvdnav -ldvdread \
+       -lhb -la52 -lmkv -lavformat -lavcodec -lavcore -lavutil -ldca -ldvdnav -ldvdread \
        -lfaac -lmp3lame -lmpeg2 -lvorbis -lvorbisenc -logg -lsamplerate \
        -lx264 -lmp4v2 -lswscale -ltheora -lfaad -lz \
        -lbz2 -lpthread -lbluray -lass -lfontconfig -lfreetype