mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2026-02-04 14:30:55 +08:00
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:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user