[MPlayer-cvslog] r22626 - trunk/Gui/Makefile
diego
subversion at mplayerhq.hu
Thu Mar 15 23:52:02 CET 2007
Author: diego
Date: Thu Mar 15 23:52:02 2007
New Revision: 22626
Modified:
trunk/Gui/Makefile
Log:
Remove useless -I../loader option from CFLAGS.
Modified: trunk/Gui/Makefile
==============================================================================
--- trunk/Gui/Makefile (original)
+++ trunk/Gui/Makefile Thu Mar 15 23:52:02 2007
@@ -2,7 +2,7 @@ include ../config.mak
LIBNAME_MPLAYER = libgui.a
-CFLAGS = -I../loader -I./wm -I./skin
+CFLAGS = -I./wm -I./skin
#CFLAGS += -DDEBUG
CFLAGS-$(CONFIG_LIBAVUTIL) += -I../libavutil
More information about the MPlayer-cvslog
mailing list