Skip to content

Commit

Permalink
swscale/utils: Remove obsolete 3DNow reference
Browse files Browse the repository at this point in the history
swscale does not use 3DNow any more since commit
608319a.

Signed-off-by: Andreas Rheinhardt <[email protected]>
  • Loading branch information
mkver committed Nov 9, 2022
1 parent 4228f8a commit b616b04
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions libswscale/utils.c
Original file line number Diff line number Diff line change
Expand Up @@ -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))
Expand Down

0 comments on commit b616b04

Please sign in to comment.