summaryrefslogtreecommitdiff
path: root/libavresample/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'libavresample/Makefile')
-rw-r--r--libavresample/Makefile15
1 files changed, 15 insertions, 0 deletions
diff --git a/libavresample/Makefile b/libavresample/Makefile
new file mode 100644
index 0000000000..ce3fe81953
--- /dev/null
+++ b/libavresample/Makefile
@@ -0,0 +1,15 @@
+NAME = avresample
+FFLIBS = avutil
+
+HEADERS = avresample.h \
+ version.h
+
+OBJS = audio_convert.o \
+ audio_data.o \
+ audio_mix.o \
+ audio_mix_matrix.o \
+ options.o \
+ resample.o \
+ utils.o
+
+TESTPROGS = avresample