OSDN Git Service

LinGui: change order of libs on link line to fix unresolved symbols
authorjstebbins <jstebbins@b64f7644-9d1e-0410-96f1-a4d463321fa5>
Thu, 20 Jan 2011 03:41:35 +0000 (03:41 +0000)
committerjstebbins <jstebbins@b64f7644-9d1e-0410-96f1-a4d463321fa5>
Thu, 20 Jan 2011 03:41:35 +0000 (03:41 +0000)
latest ffmpeg requires libavutil to be linked last

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

gtk/src/Makefile.am

index b901baf..720f194 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