You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/media-video/ffmpegthumbnailer/files/ffmpegthumbnailer-2.0.8-mem...

14 lines
428 B

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
--- libffmpegthumbnailer/pngwriter.cpp
+++ libffmpegthumbnailer/pngwriter.cpp
@@ -17,6 +17,7 @@
#include "pngwriter.h"
#include <stdexcept>
#include <cassert>
+#include <cstring>
using namespace std;