summaryrefslogtreecommitdiffstats
path: root/gtk/src/Makefile.am
diff options
context:
space:
mode:
authorjstebbins <[email protected]>2009-05-26 15:25:54 +0000
committerjstebbins <[email protected]>2009-05-26 15:25:54 +0000
commitb18dfe120b0765fd4231b6dc65f6c392d762edec (patch)
tree1888b5745344aa4e22fb8c93d7a422a1228880ae /gtk/src/Makefile.am
parent4106a36fa2425ab6eed7d76d0c5861691cd5df17 (diff)
LinGui: expunge the remaining bits of xvid from the gtk gui
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2449 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'gtk/src/Makefile.am')
-rw-r--r--gtk/src/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/src/Makefile.am b/gtk/src/Makefile.am
index b435cd1c2..28d5c8e5a 100644
--- a/gtk/src/Makefile.am
+++ b/gtk/src/Makefile.am
@@ -4,13 +4,13 @@ if MINGW
HB_LIBS= \
-lhb -la52 -lmkv -lavformat -lavcodec -lavutil -ldca -ldvdnav -ldvdread \
-lfaac -lmp3lame -lmpeg2 -lvorbis -lvorbisenc -logg -lsamplerate \
- -lx264 -lxvidcore -lmp4v2 -lswscale -ltheora -lfaad -lz \
+ -lx264 -lmp4v2 -lswscale -ltheora -lfaad -lz \
-lbz2 -liberty -lpthreadGC2
else
HB_LIBS= \
-lhb -la52 -lmkv -lavformat -lavcodec -lavutil -ldca -ldvdnav -ldvdread \
-lfaac -lmp3lame -lmpeg2 -lvorbis -lvorbisenc -logg -lsamplerate \
- -lx264 -lxvidcore -lmp4v2 -lswscale -ltheora -lfaad -lz \
+ -lx264 -lmp4v2 -lswscale -ltheora -lfaad -lz \
-lbz2 -lpthread
endif