mirror of
https://github.com/mpv-player/mpv
synced 2025-01-24 08:33:34 +00:00
60b39e2786
between common, MPlayer-specific and MEncoder-specific parts. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22546 b3059339-0415-0410-9bf9-f77b7e298cf2
21 lines
374 B
Makefile
21 lines
374 B
Makefile
|
|
LIBNAME_COMMON = liba52.a
|
|
|
|
include ../config.mak
|
|
|
|
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
|