mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-07-30 07:00:49 +00:00

git-subtree-dir: submodules/ffmpeg git-subtree-mainline: 8f5a4f7dc119599d326c72d9a6115973e825491b git-subtree-split: 53fc3dcb6022f35015afd2605ead32bfd7417144
20 lines
895 B
Makefile
20 lines
895 B
Makefile
NAME = avresample
|
|
DESC = Libav audio resampling library
|
|
|
|
HEADERS = avresample.h \
|
|
version.h \
|
|
|
|
OBJS = audio_convert.o \
|
|
audio_data.o \
|
|
audio_mix.o \
|
|
audio_mix_matrix.o \
|
|
dither.o \
|
|
options.o \
|
|
resample.o \
|
|
utils.o \
|
|
|
|
# Windows resource file
|
|
SLIBOBJS-$(HAVE_GNU_WINDRES) += avresampleres.o
|
|
|
|
TESTPROGS = avresample
|