mirror of https://git.ffmpeg.org/ffmpeg.git
swscale/utils: Remove obsolete 3DNow reference
swscale does not use 3DNow any more since commit
608319a311
.
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…
Reference in New Issue