[Mplayer-cvslog] CVS: main/Gui Makefile,1.26,1.27
Diego Biurrun CVS
syncmail at mplayerhq.hu
Thu Oct 28 03:15:55 CEST 2004
CVS change done by Diego Biurrun CVS
Update of /cvsroot/mplayer/main/Gui
In directory mail:/var2/tmp/cvs-serv9525/Gui
Modified Files:
Makefile
Log Message:
Handle "xxx.h" vs "../xxx.h" include paths in a consistent way.
Based on a patch by Sebastian Hegler <s_hegler at gmx dot de>.
Index: Makefile
===================================================================
RCS file: /cvsroot/mplayer/main/Gui/Makefile,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- Makefile 27 Jun 2004 19:17:24 -0000 1.26
+++ Makefile 28 Oct 2004 01:15:53 -0000 1.27
@@ -4,7 +4,7 @@
include ../config.mak
include config.mak
-INCDIR = -I. -I../loader -I./wm -I./skin $(FREETYPE_INC) $(GTKINC) $(EXTRA_INC)
+INCDIR = -I. -I.. -I../loader -I./wm -I./skin $(FREETYPE_INC) $(GTKINC) $(EXTRA_INC)
OPTIMIZE = $(OPTFLAGS) \
-fexpensive-optimizations -fschedule-insns2 -Wall
More information about the MPlayer-cvslog
mailing list