diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2018-08-11 16:34:34 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2018-08-11 18:43:55 +0200 |
commit | 17ee272a57feea1f9f530c89987d8cd4a60f1749 (patch) | |
tree | ed41e62f8398e38bfda0fb4d750a7d7ac80373e3 | |
parent | media-video/vlc: Fix location of vlc-cache-gen and plugins dir (diff) | |
download | gentoo-17ee272a57feea1f9f530c89987d8cd4a60f1749.tar.gz gentoo-17ee272a57feea1f9f530c89987d8cd4a60f1749.tar.bz2 gentoo-17ee272a57feea1f9f530c89987d8cd4a60f1749.zip |
media-video/vlc: Update vlc-9999-libupnp-slot-1.8.patch
Package-Manager: Portage-2.3.45, Repoman-2.3.10
-rw-r--r-- | media-video/vlc/files/vlc-9999-libupnp-slot-1.8.patch | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/media-video/vlc/files/vlc-9999-libupnp-slot-1.8.patch b/media-video/vlc/files/vlc-9999-libupnp-slot-1.8.patch index 893f936b729e..15ffc6af6fa4 100644 --- a/media-video/vlc/files/vlc-9999-libupnp-slot-1.8.patch +++ b/media-video/vlc/files/vlc-9999-libupnp-slot-1.8.patch @@ -1,16 +1,16 @@ ---- a/modules/services_discovery/upnp.hpp 2017-12-25 18:17:33.358015500 +0100 -+++ b/modules/services_discovery/upnp.hpp 2017-12-25 18:30:45.158167813 +0100 +--- a/modules/services_discovery/upnp-wrapper.hpp 2017-12-25 18:17:33.358015500 +0100 ++++ b/modules/services_discovery/upnp-wrapper.hpp 2017-12-25 18:30:45.158167813 +0100 @@ -35,8 +35,8 @@ - #include <windows.h> - #include <wincrypt.h> - #endif --#include <upnp/upnp.h> --#include <upnp/upnptools.h> + #include <algorithm> + #include <assert.h> + +-#include <upnp.h> +-#include <upnptools.h> +#include <upnp-1.8/upnp.h> +#include <upnp-1.8/upnptools.h> - #include <vlc_common.h> - #include <vlc_url.h> + #if UPNP_VERSION < 10800 + typedef void* UpnpEventPtr; --- a/configure.ac 2017-12-09 14:09:12.956370304 +0100 +++ b/configure.ac 2017-12-09 14:13:25.236710362 +0100 |