view libass/Makefile @ 22551:45d3681feb02

major man page update patch by Fernando Tarn (icemanf gmail com) with some fixes by me (this patch still needs some review; note the added FIXME comment..)
author kraymer
date Wed, 14 Mar 2007 14:55:14 +0000
parents 090ec2169aee
children 35ba35934057
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