Mercurial > mplayer.hg
annotate libass/Makefile @ 21917:57bb521c89e5
in EVO files substreams 0xC0 of private streams 0xBD contain [e]ac3.
A more proper range will be committed when specs begin to appear;
for the time being enjoy the audio stream
author | nicodvb |
---|---|
date | Mon, 15 Jan 2007 21:21:42 +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 |