mirror of
https://github.com/mpv-player/mpv
synced 2024-12-15 11:25:10 +00:00
dc2be42703
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21275 b3059339-0415-0410-9bf9-f77b7e298cf2
24 lines
404 B
Makefile
24 lines
404 B
Makefile
|
|
LIBNAME = libvorbisidec.a
|
|
|
|
include ../config.mak
|
|
|
|
SRCS = bitwise.c \
|
|
block.c \
|
|
codebook.c \
|
|
floor0.c \
|
|
floor1.c \
|
|
framing.c \
|
|
info.c \
|
|
mapping0.c \
|
|
mdct.c \
|
|
registry.c \
|
|
res012.c \
|
|
sharedbook.c \
|
|
synthesis.c \
|
|
window.c \
|
|
|
|
CFLAGS = $(TREMOR_FLAGS)
|
|
|
|
include ../mpcommon.mak
|