From 8992cb1d0d07edc33d274f6d7924ecdf6f83d994 Mon Sep 17 00:00:00 2001 From: Tim Redfern Date: Thu, 5 Sep 2013 17:57:22 +0100 Subject: making act segmenter --- ffmpeg/libavresample/Makefile | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 ffmpeg/libavresample/Makefile (limited to 'ffmpeg/libavresample/Makefile') diff --git a/ffmpeg/libavresample/Makefile b/ffmpeg/libavresample/Makefile new file mode 100644 index 0000000..6805280 --- /dev/null +++ b/ffmpeg/libavresample/Makefile @@ -0,0 +1,16 @@ +NAME = avresample +FFLIBS = avutil + +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 -- cgit v1.2.3