[MPlayer-cvslog] r26386 - in trunk: configure gui/Makefile
diego
subversion at mplayerhq.hu
Fri Apr 11 09:28:32 CEST 2008
Author: diego
Date: Fri Apr 11 09:28:32 2008
New Revision: 26386
Log:
Add a config.mak variable to control compilation of the Win32 GUI.
Modified:
trunk/configure
trunk/gui/Makefile
Modified: trunk/configure
==============================================================================
--- trunk/configure (original)
+++ trunk/configure Fri Apr 11 09:28:32 2008
@@ -7395,6 +7395,7 @@ if test "$_gtk1" = yes ; then
fi
else #if ! win32
+ _gui_win32=yes
_libs_mplayer="$_libs_mplayer -lcomdlg32 -lcomctl32 -lshell32 -lkernel32"
_def_gui='#define HAVE_NEW_GUI 1'
_def_gtk2_gui='#undef HAVE_GTK2_GUI'
@@ -7840,6 +7841,7 @@ HAVE_VIS = $_vis
# --- GUI stuff ---
GUI = $_gui
+GUI_WIN32 = $_gui_win32
# --- libvo stuff ---
VO_SRCS = $_vosrc
Modified: trunk/gui/Makefile
==============================================================================
--- trunk/gui/Makefile (original)
+++ trunk/gui/Makefile Fri Apr 11 09:28:32 2008
@@ -4,7 +4,7 @@ LIBNAME_MPLAYER = libgui.a
#CFLAGS += -DDEBUG
-ifeq ($(TARGET_WIN32),yes)
+ifeq ($(GUI_WIN32),yes)
SRCS_MPLAYER = bitmap.c \
win32/dialogs.c \
win32/gui.c \
More information about the MPlayer-cvslog
mailing list