diff options
author | jstebbins <[email protected]> | 2009-04-17 01:54:06 +0000 |
---|---|---|
committer | jstebbins <[email protected]> | 2009-04-17 01:54:06 +0000 |
commit | 55ab7a83c83f973169e0ff4377e4588d6d40007e (patch) | |
tree | 35c4cffb9394dadeddebc40b3d5edfac843537e9 /gtk | |
parent | 6a2f2be1bcd801766777ff895aaaec82377495aa (diff) |
LinGui: fix an error in the libs that came from the mingw merge
another one of those works on fedora, not on ubuntu things.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2336 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'gtk')
-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 b6e6f528b..41eb76598 100644 --- a/gtk/src/Makefile.am +++ b/gtk/src/Makefile.am @@ -11,7 +11,7 @@ HB_LIBS= \ -lhb -la52 -lmkv -lavformat -lavcodec -lavutil -ldca -ldvdread \ -lfaac -lmp3lame -lmpeg2 -lvorbis -lvorbisenc -logg -lsamplerate \ -lx264 -lxvidcore -lmp4v2 -lswscale -ltheora -lfaad -lz \ - -lbz2 -liberty -lpthread + -lbz2 -lpthread endif icons = \ |