summaryrefslogtreecommitdiffstats
path: root/liba52/Makefile
blob: 868f8df9a7a645a81105d1cff884d1424e12f406 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
include ../config.mak

LIBNAME_COMMON = liba52.a

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

include ../mpcommon.mak

test: test.c ../cpudetect.o $(LIBNAME_COMMON)
	$(CC) $(CFLAGS) -o $@ $^