From c7f7bfc9e3a3150ba72bc34366c13fb2210c66ac Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Wed, 13 Nov 2013 20:39:56 +0100 Subject: Remove all Alpha architecture optimizations Alpha has been end-of-lifed and no more test machines are available. --- libavcodec/avcodec.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libavcodec/avcodec.h') diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h index 8b121b7a5f..0548f7169f 100644 --- a/libavcodec/avcodec.h +++ b/libavcodec/avcodec.h @@ -2442,7 +2442,9 @@ typedef struct AVCodecContext { #define FF_IDCT_SIMPLEVIS 18 #define FF_IDCT_FAAN 20 #define FF_IDCT_SIMPLENEON 22 +#if FF_API_ARCH_ALPHA #define FF_IDCT_SIMPLEALPHA 23 +#endif /** * bits per sample/pixel from the demuxer (needed for huffyuv). -- cgit v1.2.3