#include <cstring> was implicitly pulled in by older libpngs, but now with
libpng 1.6.1 installed, the build fails like this:
libffmpegthumbnailer/pngwriter.cpp: In function 'void
ffmpegthumbnailer::writeDataCallback(png_structp, png_bytep, png_size_t)':
libffmpegthumbnailer/pngwriter.cpp:111:52: error: 'memcpy' was not declared in
this scope
the attached patch fixes things :)
Original issue reported on code.google.com by ssuomine...@gmail.com on 5 Apr 2013 at 6:16
Original issue reported on code.google.com by
ssuomine...@gmail.com
on 5 Apr 2013 at 6:16Attachments: