Mercurial > mplayer.hg
comparison libass/Makefile @ 21277:0603972f083c
Move fonts-related code to a separate file.
author | eugeni |
---|---|
date | Sun, 26 Nov 2006 22:49:27 +0000 |
parents | 92b122592776 |
children | 490dc8ba9ea4 |
comparison
equal
deleted
inserted
replaced
21276:eda0d1a84e81 | 21277:0603972f083c |
---|---|
9 ass_render.c \ | 9 ass_render.c \ |
10 ass_utils.c \ | 10 ass_utils.c \ |
11 ass_mp.c \ | 11 ass_mp.c \ |
12 ass_bitmap.c \ | 12 ass_bitmap.c \ |
13 ass_library.c \ | 13 ass_library.c \ |
14 ass_font.c \ | |
14 | 15 |
15 CFLAGS = -I../libmpcodecs -D_GNU_SOURCE | 16 CFLAGS = -I../libmpcodecs -D_GNU_SOURCE |
16 | 17 |
17 include ../mpcommon.mak | 18 include ../mpcommon.mak |