summaryrefslogtreecommitdiffstats
path: root/liba52/Makefile
blob: 4ecba8ae59f3fac9142676b8b6f3b64501cc14a8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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)