mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-03 20:07:14 +08:00
348d542db8
will commit them separately next time... it's just too much work to do separate commits right now
14 lines
428 B
Diff
14 lines
428 B
Diff
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;
|
|
|