summaryrefslogtreecommitdiff
path: root/media-video/ffmpegthumbnailer/files
diff options
context:
space:
mode:
authorJohannes Huber <johu@gentoo.org>2017-03-23 20:42:49 +0100
committerJohannes Huber <johu@gentoo.org>2017-03-23 20:42:49 +0100
commit69f5130861c370e8e693f75abfa3fbc43a1e2e3f (patch)
tree763e2f8995bee62360e7573b4c7d3b9e6bb6d517 /media-video/ffmpegthumbnailer/files
parentca0b09309207b98c90abdba19a67cc92acc6caca (diff)
downloadgentoo-69f5130861c370e8e693f75abfa3fbc43a1e2e3f.tar.gz
gentoo-69f5130861c370e8e693f75abfa3fbc43a1e2e3f.tar.xz
media-video/ffmpegthumbnailer: Remove 2.0.8
Package-Manager: Portage-2.3.5, Repoman-2.3.2
Diffstat (limited to 'media-video/ffmpegthumbnailer/files')
-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 5b9c68613e7..00000000000
--- 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;
-