From 52be5428c0fb0942dfdb5628f26bb73574564d24 Mon Sep 17 00:00:00 2001 From: Carl Eugen Hoyos Date: Fri, 31 Aug 2012 15:39:03 +0200 Subject: Add some missing _EXTERNAL suffixes to yasm source files. --- libswresample/x86/audio_convert.asm | 2 +- libswresample/x86/rematrix.asm | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'libswresample/x86') diff --git a/libswresample/x86/audio_convert.asm b/libswresample/x86/audio_convert.asm index fcf856f942..29701a594c 100644 --- a/libswresample/x86/audio_convert.asm +++ b/libswresample/x86/audio_convert.asm @@ -446,7 +446,7 @@ PACK_6CH float, int32, a, 2, 2, INT32_TO_FLOAT_N, INT32_TO_FLOAT_INIT PACK_6CH int32, float, u, 2, 2, FLOAT_TO_INT32_N, FLOAT_TO_INT32_INIT PACK_6CH int32, float, a, 2, 2, FLOAT_TO_INT32_N, FLOAT_TO_INT32_INIT -%if HAVE_AVX +%if HAVE_AVX_EXTERNAL INIT_XMM avx PACK_6CH float, float, u, 2, 2, NOP_N, NOP_N PACK_6CH float, float, a, 2, 2, NOP_N, NOP_N diff --git a/libswresample/x86/rematrix.asm b/libswresample/x86/rematrix.asm index a11872face..d63545ff5e 100644 --- a/libswresample/x86/rematrix.asm +++ b/libswresample/x86/rematrix.asm @@ -243,7 +243,7 @@ MIX1_INT16 a MIX2_INT16 u MIX2_INT16 a -%if HAVE_AVX +%if HAVE_AVX_EXTERNAL INIT_YMM avx MIX2_FLT u MIX2_FLT a -- cgit v1.2.3