wok-next diff netsurf/stuff/patches/netsurf-3.6-gstreamer.patch @ rev 20446

pixman is obsolete -> xorg-pixman
author Aleksej Bobylev <al.bobylev@gmail.com>
date Wed Feb 28 13:29:20 2018 +0200 (2018-02-28)
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/netsurf/stuff/patches/netsurf-3.6-gstreamer.patch	Wed Feb 28 13:29:20 2018 +0200
     1.3 @@ -0,0 +1,31 @@
     1.4 +--- a/frontends/gtk/Makefile
     1.5 ++++ b/frontends/gtk/Makefile
     1.6 +@@ -16,7 +16,6 @@
     1.7 + 
     1.8 + # GTK and GLIB flags to disable depricated usage
     1.9 + GTKDEPFLAGS := -DG_DISABLE_SINGLE_INCLUDES \
    1.10 +-		-DG_DISABLE_DEPRECATED \
    1.11 + 	       	-DGTK_DISABLE_SINGLE_INCLUDES \
    1.12 + 		-DGTK_MULTIHEAD_SAFE \
    1.13 + 		-DPANGO_DISABLE_DEPRECATED
    1.14 +--- a/content/handlers/image/video.c
    1.15 ++++ b/content/handlers/image/video.c
    1.16 +@@ -22,6 +22,8 @@
    1.17 + #include "content/content_protected.h"
    1.18 + 
    1.19 + #include "image/video.h"
    1.20 ++#include "utils/http/parameter.h"
    1.21 ++#include "content/llcache.h"
    1.22 + 
    1.23 + typedef struct nsvideo_content {
    1.24 + 	struct content base;
    1.25 +--- a/content/content_factory.h
    1.26 ++++ b/content/content_factory.h
    1.27 +@@ -25,6 +25,7 @@
    1.28 + 
    1.29 + #include "netsurf/content_type.h"
    1.30 + #include "utils/errors.h"
    1.31 ++#include "utils/utils.h"
    1.32 + 
    1.33 + #define CONTENT_FACTORY_REGISTER_TYPES(HNAME, HTYPELIST, HHANDLER)	\
    1.34 + 									\