ffmpeg/libavresample/Makefile
Diego Biurrun 92db508307 build: Generate pkg-config files from Make and not from configure
This moves work from the configure to the Make stage where it can
be parallelized and ensures that pkgconfig files are updated when
library versions change.

Bug-Id: 449
2016-12-22 12:30:54 +01:00

17 lines
822 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 \
TESTPROGS = avresample