2012-03-24 00:42:17 +03:00
|
|
|
NAME = avresample
|
2016-12-20 15:27:19 +02:00
|
|
|
DESC = Libav audio resampling library
|
2012-03-24 00:42:17 +03:00
|
|
|
|
|
|
|
HEADERS = avresample.h \
|
2012-05-07 13:08:58 +03:00
|
|
|
version.h \
|
2012-03-24 00:42:17 +03:00
|
|
|
|
|
|
|
OBJS = audio_convert.o \
|
|
|
|
audio_data.o \
|
|
|
|
audio_mix.o \
|
|
|
|
audio_mix_matrix.o \
|
2012-10-31 22:40:12 +03:00
|
|
|
dither.o \
|
2012-03-24 00:42:17 +03:00
|
|
|
options.o \
|
|
|
|
resample.o \
|
2012-05-07 13:08:58 +03:00
|
|
|
utils.o \
|
2012-03-24 00:42:17 +03:00
|
|
|
|
2013-12-05 23:50:14 +03:00
|
|
|
# Windows resource file
|
|
|
|
SLIBOBJS-$(HAVE_GNU_WINDRES) += avresampleres.o
|
|
|
|
|
2012-03-24 00:42:17 +03:00
|
|
|
TESTPROGS = avresample
|