repo.or.cz
/
mplayer
/
greg.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
typo fix
[mplayer/greg.git]
/
liba52
/
Makefile
blob
4f80402832008a6fea5e6df0f1f2d61634ef1464
1
include
..
/
config.mak
2
3
LIBNAME_COMMON
=
liba52.a
4
5
SRCS_COMMON
=
crc.c \
6
resample.c \
7
bit_allocate.c \
8
bitstream.c \
9
downmix.c \
10
imdct.c \
11
parse.c \
12
13
include
..
/
mpcommon.mak
14
15
test
:
test
.c ..
/
cpudetect.o
$(
LIBNAME_COMMON
)
16
$(
CC
) $(
CFLAGS
) -
o
$
@
$
^
-
lm