Commit 445c58a8 authored by Michael Niedermayer's avatar Michael Niedermayer

swscale/x86/rgb2rgb: Make sure COMPILE_TEMPLATE_AVX is defined

Found-by: iive
Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent 3f4290a2
...@@ -127,6 +127,7 @@ DECLARE_ASM_CONST(8, uint64_t, mul16_mid) = 0x2080208020802080ULL; ...@@ -127,6 +127,7 @@ DECLARE_ASM_CONST(8, uint64_t, mul16_mid) = 0x2080208020802080ULL;
#undef COMPILE_TEMPLATE_AMD3DNOW #undef COMPILE_TEMPLATE_AMD3DNOW
#define COMPILE_TEMPLATE_MMXEXT 0 #define COMPILE_TEMPLATE_MMXEXT 0
#define COMPILE_TEMPLATE_SSE2 0 #define COMPILE_TEMPLATE_SSE2 0
#define COMPILE_TEMPLATE_AVX 0
#define COMPILE_TEMPLATE_AMD3DNOW 1 #define COMPILE_TEMPLATE_AMD3DNOW 1
#define RENAME(a) a ## _3dnow #define RENAME(a) a ## _3dnow
#include "rgb2rgb_template.c" #include "rgb2rgb_template.c"
......
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