[FFmpeg-devel] [PATCH] libpostproc: remove AMD 3DNow! define
Sean McGovern
gseanmcg at gmail.com
Fri Apr 11 16:23:56 EEST 2025
On Fri, Apr 11, 2025 at 9:17 AM Andreas Rheinhardt
<andreas.rheinhardt at outlook.com> wrote:
>
> Sean McGovern:
> > It was removed / left unreferenced some time ago.
> > ---
> > libpostproc/postprocess.h | 1 -
> > 1 file changed, 1 deletion(-)
> >
> > diff --git a/libpostproc/postprocess.h b/libpostproc/postprocess.h
> > index 5decb7e8a9..cc48c552cc 100644
> > --- a/libpostproc/postprocess.h
> > +++ b/libpostproc/postprocess.h
> > @@ -87,7 +87,6 @@ void pp_free_context(pp_context *ppContext);
> >
> > #define PP_CPU_CAPS_MMX 0x80000000
> > #define PP_CPU_CAPS_MMX2 0x20000000
> > -#define PP_CPU_CAPS_3DNOW 0x40000000
> > #define PP_CPU_CAPS_ALTIVEC 0x10000000
> > #define PP_CPU_CAPS_AUTO 0x00080000
> >
>
> Missing deprecation etc. As has been said.
WHY does this need a deprecation period? It neither enables nor
disables anything.
>
> - Andreas
>
> _______________________________________________
> ffmpeg-devel mailing list
> ffmpeg-devel at ffmpeg.org
> https://ffmpeg.org/mailman/listinfo/ffmpeg-devel
>
> To unsubscribe, visit link above, or email
> ffmpeg-devel-request at ffmpeg.org with subject "unsubscribe".
-- Sean McGovern
More information about the ffmpeg-devel
mailing list