Mercurial > mplayer.hg
view TOOLS/mpfc/Makefile @ 19904:640093581779
Calculate text bounding box in such way that it does not depend on the height
of individual glyphs.
author | eugeni |
---|---|
date | Tue, 19 Sep 2006 17:40:31 +0000 |
parents | a721a2b91d3d |
children |
line wrap: on
line source
TARGET = mpfc-ce mpfc-kr LIBS=-lgd -lttf -lpng all: $(TARGET) mpfc-ce: mpfc-ce.c $(CC) -Wall -O2 -o $@ $< $(LIBS) mpfc-kr: mpfc-kr.c $(CC) -Wall -O2 -o $@ $< $(LIBS) clean: -rm -f $(TARGET)