summaryrefslogtreecommitdiff
path: root/libavresample/x86/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'libavresample/x86/Makefile')
-rw-r--r--libavresample/x86/Makefile9
1 files changed, 0 insertions, 9 deletions
diff --git a/libavresample/x86/Makefile b/libavresample/x86/Makefile
deleted file mode 100644
index 55b709ce36..0000000000
--- a/libavresample/x86/Makefile
+++ /dev/null
@@ -1,9 +0,0 @@
-OBJS += x86/audio_convert_init.o \
- x86/audio_mix_init.o \
- x86/dither_init.o \
-
-OBJS-$(CONFIG_XMM_CLOBBER_TEST) += x86/w64xmmtest.o
-
-X86ASM-OBJS += x86/audio_convert.o \
- x86/audio_mix.o \
- x86/dither.o \