On Mon, 4 Nov 2013 14:53:10 +0100, Diego Biurrun <[email protected]> wrote: > Alpha has been end-of-lifed and no more test machines are available. > --- > > ... as discussed at VDD in Paris ... > > libavcodec/alpha/Makefile | 9 - > libavcodec/alpha/asm.h | 186 ------------------ > libavcodec/alpha/dsputil_alpha.c | 157 --------------- > libavcodec/alpha/dsputil_alpha.h | 49 ----- > libavcodec/alpha/dsputil_alpha_asm.S | 167 ---------------- > libavcodec/alpha/hpeldsp_alpha.c | 213 -------------------- > libavcodec/alpha/hpeldsp_alpha.h | 28 --- > libavcodec/alpha/hpeldsp_alpha_asm.S | 124 ------------ > libavcodec/alpha/motion_est_alpha.c | 345 > --------------------------------- > libavcodec/alpha/motion_est_mvi_asm.S | 179 ----------------- > libavcodec/alpha/mpegvideo_alpha.c | 110 ----------- > libavcodec/alpha/regdef.h | 77 -------- > libavcodec/alpha/simple_idct_alpha.c | 303 ----------------------------- > libavcodec/avcodec.h | 1 - > libavcodec/dct-test.c | 4 - > libavcodec/dsputil.c | 2 - > libavcodec/hpeldsp.c | 2 - > libavcodec/mpegvideo.c | 2 - > libavcodec/msmpeg4.c | 5 +- > libavcodec/options_table.h | 1 - > 20 files changed, 1 insertion(+), 1963 deletions(-) > delete mode 100644 libavcodec/alpha/Makefile > delete mode 100644 libavcodec/alpha/asm.h > delete mode 100644 libavcodec/alpha/dsputil_alpha.c > delete mode 100644 libavcodec/alpha/dsputil_alpha.h > delete mode 100644 libavcodec/alpha/dsputil_alpha_asm.S > delete mode 100644 libavcodec/alpha/hpeldsp_alpha.c > delete mode 100644 libavcodec/alpha/hpeldsp_alpha.h > delete mode 100644 libavcodec/alpha/hpeldsp_alpha_asm.S > delete mode 100644 libavcodec/alpha/motion_est_alpha.c > delete mode 100644 libavcodec/alpha/motion_est_mvi_asm.S > delete mode 100644 libavcodec/alpha/mpegvideo_alpha.c > delete mode 100644 libavcodec/alpha/regdef.h > delete mode 100644 libavcodec/alpha/simple_idct_alpha.c > > diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h > index 9d63e32..7abf056 100644 > --- a/libavcodec/avcodec.h > +++ b/libavcodec/avcodec.h > @@ -2430,7 +2430,6 @@ typedef struct AVCodecContext { > #define FF_IDCT_SIMPLEVIS 18 > #define FF_IDCT_FAAN 20 > #define FF_IDCT_SIMPLENEON 22 > -#define FF_IDCT_SIMPLEALPHA 23
You cannot just remove stuff from public headers. Mark it for removal on the next bump. Same for the options table entry. -- Anton Khirnov _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
