view libass/Makefile @ 23601:0f1c9cf1752d

Fix dvd:// subtitle handling to always report the MPEG stream id, because this is the only thing the remaining parts of MPlayer care about.
author reimar
date Sun, 24 Jun 2007 08:14:10 +0000
parents 35ba35934057
children
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 \

include ../mpcommon.mak