swr/resample: fix SSSE3 included unconditionally.

10l Regression since 8ea88339.
pull/8/head
Clément Bœsch 12 years ago
parent 5cd567cfb4
commit 8f42b09604
  1. 2
      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

Loading…
Cancel
Save