From 8f42b09604a6751eb3d3c225b8270b708a8338f4 Mon Sep 17 00:00:00 2001 From: Clément Bœsch Date: Thu, 15 Nov 2012 23:52:42 +0100 Subject: swr/resample: fix SSSE3 included unconditionally. 10l Regression since 8ea88339. --- libswresample/resample.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libswresample/resample.c') diff --git a/libswresample/resample.c b/libswresample/resample.c index 1b1bd5f22a..2096e43db6 100644 --- a/libswresample/resample.c +++ b/libswresample/resample.c @@ -314,9 +314,11 @@ int swr_set_compensation(struct SwrContext *s, int sample_delta, int compensatio #include "resample_template.c" #undef TEMPLATE_RESAMPLE_S16_MMX2 +#if HAVE_SSSE3_INLINE #define TEMPLATE_RESAMPLE_S16_SSSE3 #include "resample_template.c" #undef TEMPLATE_RESAMPLE_S16_SSSE3 +#endif #endif // HAVE_MMXEXT_INLINE -- cgit v1.2.3