From: jstebbins Date: Thu, 2 Jul 2009 22:05:33 +0000 (+0000) Subject: LinGui: mingw build tweak X-Git-Tag: 0.9.4~305 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1613efe962d907d1a73112aeb17453b2a7c5107f;p=handbrake LinGui: mingw build tweak a difference between mingw cross tools on mac and linux caused an incompatibility in our build system on linux. i've resolved by tweaking my mingw environment and adjusting the dll's that get pulled into the ui. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2657 b64f7644-9d1e-0410-96f1-a4d463321fa5 --- diff --git a/gtk/src/Makefile.am b/gtk/src/Makefile.am index b90e804e7..28d5c8e5a 100644 --- a/gtk/src/Makefile.am +++ b/gtk/src/Makefile.am @@ -5,7 +5,7 @@ HB_LIBS= \ -lhb -la52 -lmkv -lavformat -lavcodec -lavutil -ldca -ldvdnav -ldvdread \ -lfaac -lmp3lame -lmpeg2 -lvorbis -lvorbisenc -logg -lsamplerate \ -lx264 -lmp4v2 -lswscale -ltheora -lfaad -lz \ - -lbz2 -liberty -lpthread -ldl + -lbz2 -liberty -lpthreadGC2 else HB_LIBS= \ -lhb -la52 -lmkv -lavformat -lavcodec -lavutil -ldca -ldvdnav -ldvdread \