On Fri, Jan 27, 2012 at 11:29:12PM +0800, Ronald S. Bultje wrote: > --- > libavcodec/Makefile | 2 +- > libavcodec/dsputil.c | 16 ----- > libavcodec/dsputil.h | 3 - > libavcodec/pngdec.c | 10 ++-- > libavcodec/pngdsp.c | 48 +++++++++++++++ > libavcodec/pngdsp.h | 40 ++++++++++++ > libavcodec/x86/Makefile | 1 + > libavcodec/x86/dsputil_mmx.c | 102 ------------------------------- > libavcodec/x86/pngdsp-init.c | 138 > ++++++++++++++++++++++++++++++++++++++++++ > 9 files changed, 233 insertions(+), 127 deletions(-) > create mode 100644 libavcodec/pngdsp.c > create mode 100644 libavcodec/pngdsp.h > create mode 100644 libavcodec/x86/pngdsp-init.c
LGTM _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
