[Mplayer-cvslog] CVS: main/TOOLS/subfont-c Makefile,1.1,1.2
Arpi of Ize
arpi at mplayer.dev.hu
Thu Aug 9 20:40:08 CEST 2001
Update of /cvsroot/mplayer/main/TOOLS/subfont-c
In directory mplayer:/var/tmp.root/cvs-serv12459
Modified Files:
Makefile
Log Message:
using OPTFLAGS and CC from config.mak
Index: Makefile
===================================================================
RCS file: /cvsroot/mplayer/main/TOOLS/subfont-c/Makefile,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- Makefile 9 Aug 2001 17:28:06 -0000 1.1
+++ Makefile 9 Aug 2001 18:40:06 -0000 1.2
@@ -8,10 +8,10 @@
fontsize=20
+include ../../config.mak
LDLIBS=-lm $(shell freetype-config --libs)
-CFLAGS=-O3 $(shell freetype-config --cflags)
-
+CFLAGS=$(OPTFLAGS) $(shell freetype-config --cflags)
subfont: subfont.o
More information about the MPlayer-cvslog
mailing list