From 50a05a93da66c8d92c0dc540cd6d7c2ccabdbb72 Mon Sep 17 00:00:00 2001 From: arpi Date: Thu, 9 Aug 2001 18:40:06 +0000 Subject: using OPTFLAGS and CC from config.mak git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1474 b3059339-0415-0410-9bf9-f77b7e298cf2 --- TOOLS/subfont-c/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'TOOLS') diff --git a/TOOLS/subfont-c/Makefile b/TOOLS/subfont-c/Makefile index feb0a304ee..10e9e26879 100644 --- a/TOOLS/subfont-c/Makefile +++ b/TOOLS/subfont-c/Makefile @@ -8,10 +8,10 @@ encoding=iso-8859-2 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 -- cgit v1.2.3