mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-24 10:41:04 +00:00
5f837b2017
Original commit message from CVS: fixes for monkeys audio
29 lines
905 B
Makefile
29 lines
905 B
Makefile
noinst_LTLIBRARIES = libmonkeyaudio.la
|
|
|
|
libmonkeyaudio_la_CXXFLAGS =
|
|
libmonkeyaudio_la_LDFLAGS =
|
|
libmonkeyaudio_la_SOURCES = APECompress.cpp \
|
|
APECompressCore.cpp \
|
|
APECompressCreate.cpp \
|
|
APEDecompress.cpp \
|
|
APEInfo.cpp \
|
|
APELink.cpp \
|
|
APESimple.cpp \
|
|
APETag.cpp \
|
|
BitArray.cpp \
|
|
MACLib.cpp \
|
|
MACProgressHelper.cpp \
|
|
NNFilter.cpp \
|
|
NewPredictor.cpp \
|
|
Prepare.cpp \
|
|
UnBitArray.cpp \
|
|
UnBitArrayBase.cpp \
|
|
WAVInputSource.cpp \
|
|
GlobalFunctions.cpp
|
|
|
|
noinst_HEADERS = All.h APEDecompress.h BitArray.h NNFilter.h RollBuffer.h UnBitArrayBase.h \
|
|
APECompressCore.h APEInfo.h GlobalFunctions.h MACLib.h NoWindows.h ScaledFirstOrderFilter.h \
|
|
UnBitArray.h APECompressCreate.h APELink.h ID3Genres.h MACProgressHelper.h Predictor.h \
|
|
SmartPtr.h WAVInputSource.h APECompress.h APETag.h IO.h NewPredictor.h Prepare.h StdLibFileIO.h
|
|
|
|
EXTRA_DIST =
|