mirror of
https://github.com/mpv-player/mpv
synced 2025-02-21 15:27:00 +00:00
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26553 b3059339-0415-0410-9bf9-f77b7e298cf2
16 lines
304 B
Makefile
16 lines
304 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)
|