summaryrefslogtreecommitdiff
path: root/libswresample/resample_template.c
diff options
context:
space:
mode:
Diffstat (limited to 'libswresample/resample_template.c')
-rw-r--r--libswresample/resample_template.c12
1 files changed, 1 insertions, 11 deletions
diff --git a/libswresample/resample_template.c b/libswresample/resample_template.c
index 0fc9770b28..db208e3414 100644
--- a/libswresample/resample_template.c
+++ b/libswresample/resample_template.c
@@ -43,9 +43,7 @@
# define RENAME(N) N ## _double_sse2
# endif
-#elif defined(TEMPLATE_RESAMPLE_FLT) \
- || defined(TEMPLATE_RESAMPLE_FLT_SSE) \
- || defined(TEMPLATE_RESAMPLE_FLT_AVX)
+#elif defined(TEMPLATE_RESAMPLE_FLT)
# define FILTER_SHIFT 0
# define DELEM float
@@ -56,14 +54,6 @@
# if defined(TEMPLATE_RESAMPLE_FLT)
# define RENAME(N) N ## _float
-# elif defined(TEMPLATE_RESAMPLE_FLT_SSE)
-# define COMMON_CORE COMMON_CORE_FLT_SSE
-# define LINEAR_CORE LINEAR_CORE_FLT_SSE
-# define RENAME(N) N ## _float_sse
-# elif defined(TEMPLATE_RESAMPLE_FLT_AVX)
-# define COMMON_CORE COMMON_CORE_FLT_AVX
-# define LINEAR_CORE LINEAR_CORE_FLT_AVX
-# define RENAME(N) N ## _float_avx
# endif
#elif defined(TEMPLATE_RESAMPLE_S32)