[FFmpeg-devel] [PATCH] Deprecate ALPHA support

Michael Niedermayer michael at niedermayer.cc
Mon Jun 6 17:05:14 EEST 2022


See: ML Thread "[FFmpeg-devel] [PATCH 1/2] avutil/opt: Alpha workaround"

Signed-off-by: Michael Niedermayer <michael at niedermayer.cc>
---
 Changelog | 1 +
 configure | 1 +
 2 files changed, 2 insertions(+)

diff --git a/Changelog b/Changelog
index d4ca674b1b..39020776c0 100644
--- a/Changelog
+++ b/Changelog
@@ -19,6 +19,7 @@ version 5.1:
 - blurdetect filter
 - tiltshelf audio filter
 - QOI image format support
+- deprecate ALPHA support
 
 
 version 5.0:
diff --git a/configure b/configure
index 5a167613a4..cb9db745b2 100755
--- a/configure
+++ b/configure
@@ -5046,6 +5046,7 @@ if enabled aarch64; then
 elif enabled alpha; then
 
     cpuflags="-mcpu=$cpu"
+    warn "ALPHA support is deprecated due to lack of maintainer and slowly beginning bit rot."
 
 elif enabled arm; then
 
-- 
2.17.1



More information about the ffmpeg-devel mailing list