wok-next view 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 source
1 --- a/frontends/gtk/Makefile
2 +++ b/frontends/gtk/Makefile
3 @@ -16,7 +16,6 @@
5 # GTK and GLIB flags to disable depricated usage
6 GTKDEPFLAGS := -DG_DISABLE_SINGLE_INCLUDES \
7 - -DG_DISABLE_DEPRECATED \
8 -DGTK_DISABLE_SINGLE_INCLUDES \
9 -DGTK_MULTIHEAD_SAFE \
10 -DPANGO_DISABLE_DEPRECATED
11 --- a/content/handlers/image/video.c
12 +++ b/content/handlers/image/video.c
13 @@ -22,6 +22,8 @@
14 #include "content/content_protected.h"
16 #include "image/video.h"
17 +#include "utils/http/parameter.h"
18 +#include "content/llcache.h"
20 typedef struct nsvideo_content {
21 struct content base;
22 --- a/content/content_factory.h
23 +++ b/content/content_factory.h
24 @@ -25,6 +25,7 @@
26 #include "netsurf/content_type.h"
27 #include "utils/errors.h"
28 +#include "utils/utils.h"
30 #define CONTENT_FACTORY_REGISTER_TYPES(HNAME, HTYPELIST, HHANDLER) \
31 \