view libass/Makefile @ 21353:a965ca17debc

reordering of #include to avoid clash with math.h and quicktime/*.h, patch by Crhis Roccati<roccati@pobox.com>
author nplourde
date Tue, 28 Nov 2006 23:13:08 +0000
parents 0603972f083c
children 490dc8ba9ea4
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 -D_GNU_SOURCE

include ../mpcommon.mak