summaryrefslogtreecommitdiffstats
path: root/liba52/Makefile
blob: a865235f43aaaa88788a2033fbb66623ca08f26e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20

LIBNAME_COMMON = liba52.a

include ../config.mak

SRCS_COMMON = crc.c \
          resample.c \
          bit_allocate.c \
          bitstream.c \
          downmix.c \
          imdct.c \
          parse.c \

include ../mpcommon.mak

test: $(LIBNAME_COMMON) test.c
	$(CC) $(CFLAGS)  test.c ../cpudetect.c -o test ../osdep/libosdep.a ./liba52.a -lm

distclean::
	rm -f test