mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-04 21:47:17 +08:00
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;
|
||
|
|