Mercurial > mplayer.hg
view TOOLS/subfont-c/Makefile @ 21609:3452c36a7fe2
VobSub tracks cannot be handled by libass, do not mark them with 'a'.
This fixes the bug with VobSub not being displayed with -ass.
author | eugeni |
---|---|
date | Fri, 15 Dec 2006 19:35:06 +0000 |
parents | c304e5836276 |
children |
line wrap: on
line source
MPROOT=../.. include $(MPROOT)/config.mak LDLIBS=-lm $(MPROOT)/osdep/timer-lx.o $(shell freetype-config --libs) CFLAGS=$(OPTFLAGS) $(shell freetype-config --cflags) -I$(MPROOT) #CFLAGS+=-O0 # for RedHat's gcc-2.96-95 #CFLAGS+=-DOLD_FREETYPE2 # for FreeType 2.0.1 #CFLAGS+=-g #CFLAGS+=-DDEBUG #CFLAGS+=-DNEW_DESC subfont: subfont.o subfont.o: subfont.c $(CC) $(CFLAGS) -c $< -o $@ subfont.S: subfont.c $(CC) $(CFLAGS) -S $< -o $@ clean: rm -f subfont subfont.o subfont.S core