summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-11-20 13:39:36 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-11-20 13:39:36 +0000
commit9314030e44af3d69da8c404a2ceb3a607a4a22fc (patch)
tree70d36c340d68f7be7efdf7b45d9056e437f91307 /Makefile
parent71a08757e8d8c4a1d43b1106572393f5447da61d (diff)
downloadmpv-9314030e44af3d69da8c404a2ceb3a607a4a22fc.tar.bz2
mpv-9314030e44af3d69da8c404a2ceb3a607a4a22fc.tar.xz
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--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index b0ee2ac474..e4c12f5071 100644
--- a/Makefile
+++ b/Makefile
@@ -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