Re: [FFmpeg-devel] [PATCH v4] libpostproc: deprecate the AMD 3DNow! define

2025-04-16 Thread Andreas Rheinhardt
Sean McGovern: > It was left unreferenced in 1f0948272a0fcd0e4947f629b600983f3338c02f. > --- > doc/APIchanges | 3 +++ > libpostproc/postprocess.h | 2 ++ > libpostproc/version.h | 2 +- > libpostproc/version_major.h | 2 ++ > 4 files changed, 8 insertions(+), 1 deletion(-) >

[FFmpeg-devel] [PATCH v4] libpostproc: deprecate the AMD 3DNow! define

2025-04-15 Thread Sean McGovern
It was left unreferenced in 1f0948272a0fcd0e4947f629b600983f3338c02f. --- doc/APIchanges | 3 +++ libpostproc/postprocess.h | 2 ++ libpostproc/version.h | 2 +- libpostproc/version_major.h | 2 ++ 4 files changed, 8 insertions(+), 1 deletion(-) diff --git a/doc/APIchanges b/