mirror of
https://github.com/mpv-player/mpv
synced 2024-12-16 03:45:23 +00:00
ca93b73028
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21309 b3059339-0415-0410-9bf9-f77b7e298cf2
21 lines
363 B
Makefile
21 lines
363 B
Makefile
|
|
LIBNAME = liba52.a
|
|
|
|
include ../config.mak
|
|
|
|
SRCS = crc.c \
|
|
resample.c \
|
|
bit_allocate.c \
|
|
bitstream.c \
|
|
downmix.c \
|
|
imdct.c \
|
|
parse.c \
|
|
|
|
include ../mpcommon.mak
|
|
|
|
test: $(LIBNAME) test.c
|
|
$(CC) $(CFLAGS) test.c ../cpudetect.c -o test ../osdep/libosdep.a ./liba52.a -lm
|
|
|
|
distclean::
|
|
rm -f test
|