summaryrefslogtreecommitdiffstats
path: root/liba52/Makefile
blob: 4f80402832008a6fea5e6df0f1f2d61634ef1464 (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 $@ $^ -lm