summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'media-video/ffmpegthumbnailer/files/ffmpegthumbnailer-2.0.8-memcpy.patch')
-rw-r--r--media-video/ffmpegthumbnailer/files/ffmpegthumbnailer-2.0.8-memcpy.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/media-video/ffmpegthumbnailer/files/ffmpegthumbnailer-2.0.8-memcpy.patch b/media-video/ffmpegthumbnailer/files/ffmpegthumbnailer-2.0.8-memcpy.patch
deleted file mode 100644
index 5b9c68613e74..000000000000
--- a/media-video/ffmpegthumbnailer/files/ffmpegthumbnailer-2.0.8-memcpy.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-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;
-