Commit 083cd3d1 authored by Ronald S. Bultje's avatar Ronald S. Bultje Committed by Michael Niedermayer

swr: compile mmx2 s16p functions only on x86-32.

Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent 91076128
......@@ -44,9 +44,11 @@ int swri_resample_linear_double_sse2(ResampleContext *c, double *dst, const do
#include "resample_mmx.h"
#if ARCH_X86_32
#define TEMPLATE_RESAMPLE_S16_MMX2
#include "libswresample/resample_template.c"
#undef TEMPLATE_RESAMPLE_S16_MMX2
#endif
#if HAVE_SSE_INLINE
#define TEMPLATE_RESAMPLE_FLT_SSE
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment