mirror of
https://github.com/mpv-player/mpv
synced 2024-12-17 20:34:58 +00:00
99ad62f36f
It have been broken since API changes in liba52-0.7.4 that have been introduced with commit r18723. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25514 b3059339-0415-0410-9bf9-f77b7e298cf2
17 lines
334 B
Makefile
17 lines
334 B
Makefile
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
|