mirror of
https://github.com/mpv-player/mpv
synced 2024-10-30 04:46:41 +01:00
f4b7a0e4d1
ASAP, too, though git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21604 b3059339-0415-0410-9bf9-f77b7e298cf2
19 lines
283 B
Makefile
19 lines
283 B
Makefile
|
|
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
|