[MPlayer-cvslog] r21102 - trunk/Makefile
diego
subversion at mplayerhq.hu
Mon Nov 20 14:39:37 CET 2006
Author: diego
Date: Mon Nov 20 14:39:36 2006
New Revision: 21102
Modified:
trunk/Makefile
Log:
The GUI is only for MPlayer, not MEncoder.
Modified: trunk/Makefile
==============================================================================
--- trunk/Makefile (original)
+++ trunk/Makefile Mon Nov 20 14:39:36 2006
@@ -172,7 +172,7 @@
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
More information about the MPlayer-cvslog
mailing list