Mercurial > mplayer.hg
annotate libass/Makefile @ 21532:7e36c7edce3d
Replace another MIN macro by FFMIN
author | reimar |
---|---|
date | Sat, 09 Dec 2006 12:25:25 +0000 |
parents | 0603972f083c |
children | 490dc8ba9ea4 |
rev | line source |
---|---|
18937 | 1 |
2 include ../config.mak | |
3 | |
4 LIBNAME=libass.a | |
5 | |
21213
0c68d02f437c
SRCS should be one per line to make patches more readable.
diego
parents:
21211
diff
changeset
|
6 SRCS = ass.c \ |
0c68d02f437c
SRCS should be one per line to make patches more readable.
diego
parents:
21211
diff
changeset
|
7 ass_cache.c \ |
0c68d02f437c
SRCS should be one per line to make patches more readable.
diego
parents:
21211
diff
changeset
|
8 ass_fontconfig.c \ |
0c68d02f437c
SRCS should be one per line to make patches more readable.
diego
parents:
21211
diff
changeset
|
9 ass_render.c \ |
0c68d02f437c
SRCS should be one per line to make patches more readable.
diego
parents:
21211
diff
changeset
|
10 ass_utils.c \ |
0c68d02f437c
SRCS should be one per line to make patches more readable.
diego
parents:
21211
diff
changeset
|
11 ass_mp.c \ |
0c68d02f437c
SRCS should be one per line to make patches more readable.
diego
parents:
21211
diff
changeset
|
12 ass_bitmap.c \ |
0c68d02f437c
SRCS should be one per line to make patches more readable.
diego
parents:
21211
diff
changeset
|
13 ass_library.c \ |
21277 | 14 ass_font.c \ |
18937 | 15 |
21259
92b122592776
Merge common parts of all Makefiles into one file included by all.
diego
parents:
21213
diff
changeset
|
16 CFLAGS = -I../libmpcodecs -D_GNU_SOURCE |
18937 | 17 |
21259
92b122592776
Merge common parts of all Makefiles into one file included by all.
diego
parents:
21213
diff
changeset
|
18 include ../mpcommon.mak |