[Mplayer-cvslog] CVS: main/Gui Makefile,1.17,1.18
Arpi of Ize
arpi at mplayerhq.hu
Sun Nov 10 14:12:55 CET 2002
Update of /cvsroot/mplayer/main/Gui
In directory mail:/var/tmp.root/cvs-serv3450/Gui
Modified Files:
Makefile
Log Message:
fixed order of includes.
there is /usr/local/include[/freetype/freetype.h]
and /usr/local/include/freetype2[/freetype/freetype.h] ... what a mess!
Index: Makefile
===================================================================
RCS file: /cvsroot/mplayer/main/Gui/Makefile,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- Makefile 2 Nov 2002 20:10:16 -0000 1.17
+++ Makefile 10 Nov 2002 13:12:53 -0000 1.18
@@ -4,7 +4,7 @@
include ../config.mak
include config.mak
-INCDIR = -I. -I../loader -I./wm -I./skin $(GTKINC) $(EXTRA_INC) $(FREETYPE_INC)
+INCDIR = -I. -I../loader -I./wm -I./skin $(FREETYPE_INC) $(GTKINC) $(EXTRA_INC)
OPTIMIZE = $(OPTFLAGS) -fomit-frame-pointer \
-fexpensive-optimizations -fschedule-insns2 -Wall
More information about the MPlayer-cvslog
mailing list