From b43f1eb524f290bfb8aa0e123ea22473a5df515d Mon Sep 17 00:00:00 2001 From: arpi Date: Thu, 15 Aug 2002 20:50:13 +0000 Subject: added gettimeofday-based profiling/timing little speedup of outline() git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7017 b3059339-0415-0410-9bf9-f77b7e298cf2 --- TOOLS/subfont-c/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'TOOLS/subfont-c/Makefile') diff --git a/TOOLS/subfont-c/Makefile b/TOOLS/subfont-c/Makefile index bc8a0f3ce3..17bcd86094 100644 --- a/TOOLS/subfont-c/Makefile +++ b/TOOLS/subfont-c/Makefile @@ -1,6 +1,6 @@ include ../../config.mak -LDLIBS=-lm $(shell freetype-config --libs) +LDLIBS=-lm ../../linux/timer-lx.o $(shell freetype-config --libs) CFLAGS=$(OPTFLAGS) $(shell freetype-config --cflags) #CFLAGS+=-O0 # for RedHat's gcc-2.96-95 -- cgit v1.2.3