mirror of
https://github.com/mpv-player/mpv
synced 2024-12-13 18:36:09 +00:00
5519d98983
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22549 b3059339-0415-0410-9bf9-f77b7e298cf2
20 lines
397 B
Makefile
20 lines
397 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: $(LIBNAME_COMMON) test.c
|
|
$(CC) $(CFLAGS) test.c ../cpudetect.c -o test ../osdep/libosdep.a ./liba52.a -lm
|
|
|
|
distclean::
|
|
rm -f test
|