diff options
author | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2006-11-20 13:39:36 +0000 |
---|---|---|
committer | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2006-11-20 13:39:36 +0000 |
commit | 9314030e44af3d69da8c404a2ceb3a607a4a22fc (patch) | |
tree | 70d36c340d68f7be7efdf7b45d9056e437f91307 /Makefile | |
parent | 71a08757e8d8c4a1d43b1106572393f5447da61d (diff) |
The GUI is only for MPlayer, not MEncoder.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21102 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -172,7 +172,7 @@ SRCS_MENCODER += libvo/font_load_ft.c COMMON_LIBS += $(FREETYPE_LIB) endif ifeq ($(GUI),yes) -COMMON_DEPS += Gui/libgui.a +MPLAYER_DEPS += Gui/libgui.a LIBS_MPLAYER += Gui/libgui.a $(GTK_LIBS) PARTS += Gui endif |