1
mirror of https://github.com/mpv-player/mpv synced 2024-07-27 17:48:22 +02:00
mpv/libass/Makefile
reimar f4b7a0e4d1 Get rid on -DGNU_SOURCE for internal code, imported libs should be fixed
ASAP, too, though


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21604 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-12-12 20:29:30 +00:00

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