diff options
author | jstebbins <[email protected]> | 2009-07-02 22:05:33 +0000 |
---|---|---|
committer | jstebbins <[email protected]> | 2009-07-02 22:05:33 +0000 |
commit | 1613efe962d907d1a73112aeb17453b2a7c5107f (patch) | |
tree | de02ceefdd0ce9836c1f4264a724120007c18420 /gtk/src/Makefile.am | |
parent | b64c11550f393db6ad0c504c37dfce1d7c34cc70 (diff) |
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
Diffstat (limited to 'gtk/src/Makefile.am')
-rw-r--r-- | gtk/src/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
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 \ |