Mercurial > mplayer.hg
annotate libass/Makefile @ 22151:db9f2e48c710
Fix libnut build failure.
Use CONFIG_LIBNUT like ffmpeg's configure, instead of LIBNUT.
Patch by Clemens Ladisch % cladisch A fastmail P net %
author | gpoirier |
---|---|
date | Wed, 07 Feb 2007 09:00:11 +0000 |
parents | 490dc8ba9ea4 |
children | 8bcff5c7e387 |
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 |
21588
490dc8ba9ea4
Get rid on -DGNU_SOURCE for internal code, imported libs should be fixed
reimar
parents:
21277
diff
changeset
|
16 CFLAGS = -I../libmpcodecs |
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 |