]> granicus.if.org Git - handbrake/commitdiff
LinGui: mingw build tweak
authorjstebbins <jstebbins.hb@gmail.com>
Thu, 2 Jul 2009 22:05:33 +0000 (22:05 +0000)
committerjstebbins <jstebbins.hb@gmail.com>
Thu, 2 Jul 2009 22:05:33 +0000 (22:05 +0000)
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

gtk/src/Makefile.am

index b90e804e765be9647fb6b73039c359e0c54a8e32..28d5c8e5adda8ec696aec0e662d305c6894f237a 100644 (file)
@@ -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 \