annotate libao2/Makefile @ 21644:f0923677efc3

Trnaslated section "CODEC SPECIFIC ENCODING OPTIONS (MENCODER ONLY)" Now man page translaton is complete. However, translation contains many FIXME issues and needs additional checks.
author voroshil
date Sun, 17 Dec 2006 20:25:06 +0000
parents 92b122592776
children 8bcff5c7e387
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
19034
9b3a8b48e5b3 Use only one global config.mak file.
diego
parents: 17633
diff changeset
1 include ../config.mak
954
db20b90dd34d audio out drivers
arpi_esp
parents:
diff changeset
2
1013
74d55f3c4680 libao->libao2 because of conflict with OMS's libao
arpi_esp
parents: 1010
diff changeset
3 LIBNAME = libao2.a
954
db20b90dd34d audio out drivers
arpi_esp
parents:
diff changeset
4
15772
d3d30585a9d2 Be more patch-friendly
ranma
parents: 14254
diff changeset
5 SRCS=audio_out.c \
d3d30585a9d2 Be more patch-friendly
ranma
parents: 14254
diff changeset
6 ao_mpegpes.c \
d3d30585a9d2 Be more patch-friendly
ranma
parents: 14254
diff changeset
7 ao_null.c \
d3d30585a9d2 Be more patch-friendly
ranma
parents: 14254
diff changeset
8 ao_pcm.c \
19034
9b3a8b48e5b3 Use only one global config.mak file.
diego
parents: 17633
diff changeset
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