Mercurial > mplayer.hg
changeset 1473:e5e6c26c1aa1
using OPTFLAGS and CC from config.mak
author | arpi |
---|---|
date | Thu, 09 Aug 2001 18:40:06 +0000 |
parents | 3182755fdee8 |
children | 529a65694e40 |
files | TOOLS/subfont-c/Makefile |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/TOOLS/subfont-c/Makefile Thu Aug 09 18:39:43 2001 +0000 +++ b/TOOLS/subfont-c/Makefile Thu Aug 09 18:40:06 2001 +0000 @@ -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