Hi, On Tue, Jan 15, 2013 at 7:22 AM, Justin Ruggles <[email protected]> wrote: > On 01/06/2013 11:47 PM, Justin Ruggles wrote: >> --- >> Someone will need to test PPC and ARM to make sure it builds and passes >> FATE. The patch mostly just moves code around, but I may have overlooked >> something or have a typo somewhere. >> >> libavcodec/aacdec.c | 36 ++++++++-------- >> libavcodec/ac3dec.c | 9 ++-- >> libavcodec/ac3dec.h | 2 + >> libavcodec/arm/dsputil_init_neon.c | 3 - >> libavcodec/arm/dsputil_neon.S | 47 -------------------- >> libavcodec/atrac1.c | 9 ++-- >> libavcodec/dsputil.c | 18 -------- >> libavcodec/dsputil.h | 2 - >> libavcodec/nellymoserdec.c | 9 +++- >> libavcodec/ppc/float_altivec.c | 35 --------------- >> libavcodec/twinvq.c | 9 ++-- >> libavcodec/vorbisdec.c | 6 +- >> libavcodec/wmaprodec.c | 4 +- >> libavcodec/x86/dsputil_mmx.c | 81 >> ----------------------------------- >> libavutil/arm/float_dsp_init_neon.c | 4 ++ >> libavutil/arm/float_dsp_neon.S | 47 ++++++++++++++++++++ >> libavutil/float_dsp.c | 20 +++++++++ >> libavutil/float_dsp.h | 19 ++++++++ >> libavutil/ppc/float_dsp_altivec.c | 33 ++++++++++++++ >> libavutil/ppc/float_dsp_altivec.h | 4 ++ >> libavutil/ppc/float_dsp_init.c | 4 ++ >> libavutil/x86/float_dsp_init.c | 75 ++++++++++++++++++++++++++++++++ >> 22 files changed, 251 insertions(+), 225 deletions(-) > > ping
Just commit. If it breaks, fate will tell us and we can fix it accordingly. Ronald _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
