summaryrefslogtreecommitdiff
path: root/libavresample/x86/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'libavresample/x86/Makefile')
-rw-r--r--libavresample/x86/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/libavresample/x86/Makefile b/libavresample/x86/Makefile
new file mode 100644
index 0000000000..63697faee7
--- /dev/null
+++ b/libavresample/x86/Makefile
@@ -0,0 +1,5 @@
+OBJS += x86/audio_convert_init.o \
+ x86/audio_mix_init.o
+
+YASM-OBJS += x86/audio_convert.o \
+ x86/audio_mix.o