Mercurial > mplayer.hg
annotate libao2/Makefile @ 21708:3275c971bbea
small wording/markup improvements
author | diego |
---|---|
date | Fri, 22 Dec 2006 05:33:17 +0000 |
parents | 92b122592776 |
children | 8bcff5c7e387 |
rev | line source |
---|---|
19034 | 1 include ../config.mak |
954 | 2 |
1013
74d55f3c4680
libao->libao2 because of conflict with OMS's libao
arpi_esp
parents:
1010
diff
changeset
|
3 LIBNAME = libao2.a |
954 | 4 |
15772 | 5 SRCS=audio_out.c \ |
6 ao_mpegpes.c \ | |
7 ao_null.c \ | |
8 ao_pcm.c \ | |
19034 | 9 $(AO_SRCS) \ |
3631
5f5189ac6a41
Added plugin for fractional resampling (alpha code)
anders
parents:
3484
diff
changeset
|
10 |
21259
92b122592776
Merge common parts of all Makefiles into one file included by all.
diego
parents:
21206
diff
changeset
|
11 include ../mpcommon.mak |