On Mon, 4 Nov 2013 15:58:43 +0100, Diego Biurrun <[email protected]> wrote: > Alpha has been end-of-lifed and no more test machines are available. > --- > > Now with the usual deprecation dance for the bits in avcodec.h and > options_table.h... > > 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 | 2 + > libavcodec/dct-test.c | 4 - > libavcodec/dsputil.c | 2 - > libavcodec/dsputil.h | 1 - > libavcodec/hpeldsp.c | 2 - > libavcodec/mpegvideo.c | 2 - > libavcodec/msmpeg4.c | 5 +- > libavcodec/options_table.h | 2 + > libavcodec/version.h | 3 + > 22 files changed, 8 insertions(+), 1962 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 >
No objections from me now. -- Anton Khirnov _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
