Mercurial > mplayer.hg
view libass/Makefile @ 22528:8bcff5c7e387
Give more descriptive names to the source and library variables and split
between common, MPlayer-specific and MEncoder-specific parts.
author | diego |
---|---|
date | Tue, 13 Mar 2007 12:10:57 +0000 |
parents | 490dc8ba9ea4 |
children | 090ec2169aee |
line wrap: on
line source
include ../config.mak LIBNAME_COMMON = libass.a SRCS_COMMON = 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