[SCM] libav/experimental: swscale: clear SWS_CPU_CAPS_SSE2 in update_flags_cpu() missed in r32068
siretart at users.alioth.debian.org
siretart at users.alioth.debian.org
Sun Jun 30 17:16:24 UTC 2013
The following commit has been merged in the experimental branch:
commit 9f694f0b3de31eac15a1ca82f4c55e08e2b89b5a
Author: Janne Grunau <janne-ffmpeg at jannau.net>
Date: Mon Sep 27 20:10:53 2010 +0000
swscale: clear SWS_CPU_CAPS_SSE2 in update_flags_cpu() missed in r32068
Originally committed as revision 32393 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
diff --git a/libswscale/utils.c b/libswscale/utils.c
index 76179cc..b52a793 100644
--- a/libswscale/utils.c
+++ b/libswscale/utils.c
@@ -732,6 +732,7 @@ static int update_flags_cpu(int flags)
flags &= ~( SWS_CPU_CAPS_MMX
|SWS_CPU_CAPS_MMX2
|SWS_CPU_CAPS_3DNOW
+ |SWS_CPU_CAPS_SSE2
|SWS_CPU_CAPS_ALTIVEC
|SWS_CPU_CAPS_BFIN);
flags |= ff_hardcodedcpuflags();
--
Libav/FFmpeg packaging
More information about the pkg-multimedia-commits
mailing list