Re: [FFmpeg-devel] [PATCH] libpostproc: remove AMD 3DNow! define

2025-04-11 Thread Nicolas George
Sean McGovern (HE12025-04-11): > WHY does this need a deprecation period? It neither enables nor > disables anything. If somebody uses it in their code, the fact that it does nothing will not prevent the compilation to fail. Regards, -- Nicolas George _

Re: [FFmpeg-devel] [PATCH] libpostproc: remove AMD 3DNow! define

2025-04-11 Thread Andreas Rheinhardt
Sean McGovern: > On Fri, Apr 11, 2025 at 9:17 AM Andreas Rheinhardt > 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/postp

Re: [FFmpeg-devel] [PATCH] libpostproc: remove AMD 3DNow! define

2025-04-11 Thread Sean McGovern
On Fri, Apr 11, 2025 at 9:17 AM Andreas Rheinhardt 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 5d

Re: [FFmpeg-devel] [PATCH] libpostproc: remove AMD 3DNow! define

2025-04-11 Thread Andreas Rheinhardt
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/libpos