view libass/Makefile @ 24904:75e930e20f48

repeat the PSM once every second (in terms of delta_scr) otherwise playing the file from the middle would miss the first instance
author nicodvb
date Fri, 02 Nov 2007 17:48:27 +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