View | Details | Raw Unified | Return to bug 195600
Collapse All | Expand All

(-)Makefile (-1 / +1 lines)
Lines 23-29 Link Here
23
23
24
GNU_CONFIGURE=	yes
24
GNU_CONFIGURE=	yes
25
INSTALL_TARGET=	install-strip
25
INSTALL_TARGET=	install-strip
26
USES=		libtool pathfix pkgconfig
26
USES=		compiler:c++11-lib libtool pathfix pkgconfig
27
USE_GNOME=	glib20
27
USE_GNOME=	glib20
28
USE_LDCONFIG=	yes
28
USE_LDCONFIG=	yes
29
29
(-)files/patch-libffmpegthumbnailer_jpegwriter.h (+10 lines)
Line 0 Link Here
1
--- libffmpegthumbnailer/jpegwriter.h.orig	2014-05-30 02:04:59.000000000 -0700
2
+++ libffmpegthumbnailer/jpegwriter.h	2014-12-02 18:20:46.000000000 -0800
3
@@ -17,6 +17,7 @@
4
 #ifndef JPEG_WRITER_H
5
 #define JPEG_WRITER_H
6
 
7
+#include <cstdio>
8
 #include <string>
9
 #include <vector>
10
 

Return to bug 195600