Mercurial > mplayer.hg
annotate libass/Makefile @ 21262:aa706bcc07f0
Move checking/defining HAVE_LINUX_DVD_STRUCT etc. to dvdcss check,
since dvdread does not use them. Also seems to allow building with
(external) dvdnav and internal dvdcss.
author | reimar |
---|---|
date | Sun, 26 Nov 2006 18:37:51 +0000 |
parents | 92b122592776 |
children | 0603972f083c |
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 \ |
18937 | 14 |
21259
92b122592776
Merge common parts of all Makefiles into one file included by all.
diego
parents:
21213
diff
changeset
|
15 CFLAGS = -I../libmpcodecs -D_GNU_SOURCE |
18937 | 16 |
21259
92b122592776
Merge common parts of all Makefiles into one file included by all.
diego
parents:
21213
diff
changeset
|
17 include ../mpcommon.mak |