view libass/Makefile @ 21262:aa706bcc07f0

Move checking/defining HAVE_LINUX_DVD_STRUCT etc. to dvdcss check, since dvdread does not use them. Also seems to allow building with (external) dvdnav and internal dvdcss.
author reimar
date Sun, 26 Nov 2006 18:37:51 +0000
parents 92b122592776
children 0603972f083c
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 \

CFLAGS  = -I../libmpcodecs -D_GNU_SOURCE

include ../mpcommon.mak