[FFmpeg-cvslog] swscale/x86/rgb2rgb: Make sure COMPILE_TEMPLATE_AVX is defined

Michael Niedermayer git at videolan.org
Sat Dec 14 03:01:48 CET 2013


ffmpeg | branch: master | Michael Niedermayer <michaelni at gmx.at> | Sat Dec 14 02:54:28 2013 +0100| [445c58a8c6be8a188316fcf947466c85a568289f] | committer: Michael Niedermayer

swscale/x86/rgb2rgb: Make sure COMPILE_TEMPLATE_AVX is defined

Found-by: iive
Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=445c58a8c6be8a188316fcf947466c85a568289f
---

 libswscale/x86/rgb2rgb.c |    1 +
 1 file changed, 1 insertion(+)

diff --git a/libswscale/x86/rgb2rgb.c b/libswscale/x86/rgb2rgb.c
index 8af0bc4..8cc99c6 100644
--- a/libswscale/x86/rgb2rgb.c
+++ b/libswscale/x86/rgb2rgb.c
@@ -127,6 +127,7 @@ DECLARE_ASM_CONST(8, uint64_t, mul16_mid)    = 0x2080208020802080ULL;
 #undef COMPILE_TEMPLATE_AMD3DNOW
 #define COMPILE_TEMPLATE_MMXEXT 0
 #define COMPILE_TEMPLATE_SSE2 0
+#define COMPILE_TEMPLATE_AVX 0
 #define COMPILE_TEMPLATE_AMD3DNOW 1
 #define RENAME(a) a ## _3dnow
 #include "rgb2rgb_template.c"



More information about the ffmpeg-cvslog mailing list