swscale/utils: Remove obsolete 3DNow reference
swscale does not use 3DNow any more since commit 608319a311a31f7d85333a7b08286c00be38eab6. Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
This commit is contained in:
parent
4228f8ad49
commit
b616b04704
@ -1966,8 +1966,6 @@ av_cold int sws_init_context(SwsContext *c, SwsFilter *srcFilter,
|
||||
|
||||
if (INLINE_MMXEXT(cpu_flags))
|
||||
cpucaps = "MMXEXT";
|
||||
else if (INLINE_AMD3DNOW(cpu_flags))
|
||||
cpucaps = "3DNOW";
|
||||
else if (INLINE_MMX(cpu_flags))
|
||||
cpucaps = "MMX";
|
||||
else if (PPC_ALTIVEC(cpu_flags))
|
||||
|
Loading…
x
Reference in New Issue
Block a user