Mercurial > mplayer.hg
view TOOLS/subfont-c/Makefile @ 20920:94b1a797661f
Fix extradata passing to lavc RV20 decoder
Pass video codec extradata unchanged from demux_real, sync vd_realvid to
the new format
Sync mkv demuxer to the changes above (cmsg24 extradata was totally
broken before)
Detect cmsg24 size from extradata (was fixed)
Based on a patch by elupus >> elupus >a< ecce se <<
author | rtogni |
---|---|
date | Tue, 14 Nov 2006 22:40:35 +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