See: ML Thread "[FFmpeg-devel] [PATCH 1/2] avutil/opt: Alpha workaround"
Signed-off-by: Michael Niedermayer <mich...@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 _______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email ffmpeg-devel-requ...@ffmpeg.org with subject "unsubscribe".