view libass/Makefile @ 21968:92f83f7c8eef

Instead of printing a useless "sig11 coming soon" message, just abort parsing in the hope of still saving things (helps with at least http://sam.zoy.org/zzuf/lol-mplayer.wmv).
author reimar
date Sun, 21 Jan 2007 18:29:18 +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