summaryrefslogtreecommitdiff
path: root/extra/vlc/vlc-2.2.8-libupnp.patch
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2018-01-12 14:36:03 +0100
committerAndreas Baumann <mail@andreasbaumann.cc>2018-01-12 14:36:03 +0100
commit3c5a084106fc86598eedc69608f83590979e8bf4 (patch)
tree858fedd1985e6336b0b5f4ddf2e71230aa53123f /extra/vlc/vlc-2.2.8-libupnp.patch
parent163a4b79e6bd5e42ee23722641ef56b3dcda53ff (diff)
downloadpackages-3c5a084106fc86598eedc69608f83590979e8bf4.tar.xz
extra/vlc: patches are applied upstream now
Diffstat (limited to 'extra/vlc/vlc-2.2.8-libupnp.patch')
-rw-r--r--extra/vlc/vlc-2.2.8-libupnp.patch16
1 files changed, 0 insertions, 16 deletions
diff --git a/extra/vlc/vlc-2.2.8-libupnp.patch b/extra/vlc/vlc-2.2.8-libupnp.patch
deleted file mode 100644
index 34a59551..00000000
--- a/extra/vlc/vlc-2.2.8-libupnp.patch
+++ /dev/null
@@ -1,16 +0,0 @@
-diff -rauN vlc-2.2.8/modules/services_discovery/upnp.cpp vlc-2.2.8-libupnp-patch/modules/services_discovery/upnp.cpp
---- vlc-2.2.8/modules/services_discovery/upnp.cpp 2017-09-07 12:26:08.000000000 +0200
-+++ vlc-2.2.8-libupnp-patch/modules/services_discovery/upnp.cpp 2018-01-12 11:06:51.349999981 +0100
-@@ -50,6 +50,12 @@
- typedef Upnp_Event UpnpEvent;
- typedef Upnp_Event_Subscribe UpnpEventSubscribe;
-
-+#undef UpnpDiscovery_get_Location_cstr
-+#undef UpnpDiscovery_get_DeviceID_cstr
-+#undef UpnpActionComplete_get_ActionResult
-+#undef UpnpEvent_get_SID_cstr
-+#undef UpnpEventSubscribe_get_SID_cstr
-+
- static const char* UpnpDiscovery_get_Location_cstr( const UpnpDiscovery* p_discovery )
- {
- return p_discovery->Location;