[MPlayer-cvslog] r21890 - trunk/Gui/Makefile
gpoirier
subversion at mplayerhq.hu
Sat Jan 13 00:44:27 CET 2007
Author: gpoirier
Date: Sat Jan 13 00:44:27 2007
New Revision: 21890
Modified:
trunk/Gui/Makefile
Log:
compile fix after latest swscaler changes (r21888)
Modified: trunk/Gui/Makefile
==============================================================================
--- trunk/Gui/Makefile (original)
+++ trunk/Gui/Makefile Sat Jan 13 00:44:27 2007
@@ -2,7 +2,7 @@
LIBNAME = libgui.a
-CFLAGS = -I../loader -I./wm -I./skin
+CFLAGS = -I../loader -I./wm -I./skin -I../libavutil/
#CFLAGS += -DDEBUG
ifeq ($(TARGET_WIN32),yes)
More information about the MPlayer-cvslog
mailing list