Mercurial > mplayer.hg
view libass/Makefile @ 21840:06b71b6fdde7
dont write an index and dont use memory to build one if -noidx is specified
... maybe this should use its own option though instead of using -noidx ?
author | michael |
---|---|
date | Mon, 08 Jan 2007 16:23:31 +0000 |
parents | 490dc8ba9ea4 |
children | 8bcff5c7e387 |
line wrap: on
line source
include ../config.mak LIBNAME=libass.a SRCS = ass.c \ ass_cache.c \ ass_fontconfig.c \ ass_render.c \ ass_utils.c \ ass_mp.c \ ass_bitmap.c \ ass_library.c \ ass_font.c \ CFLAGS = -I../libmpcodecs include ../mpcommon.mak