index : packages | |
Archlinux32 package modifications | gitolite user |
summaryrefslogtreecommitdiff |
author | Andreas Baumann <mail@andreasbaumann.cc> | 2018-01-14 13:18:02 +0100 |
---|---|---|
committer | Andreas Baumann <mail@andreasbaumann.cc> | 2018-01-14 13:18:02 +0100 |
commit | 57f720fc190e5e08dd98d342b1c01bb6eda67dfd (patch) | |
tree | d2b0b121dc4e7f981d211cb113c1cb51239dfb5d /extra/vlc/vlc-2.2.8-libupnp.patch | |
parent | dee136f628a94c5b77dbe67876f536c4d5678f86 (diff) |
-rw-r--r-- | extra/vlc/vlc-2.2.8-libupnp.patch | 16 |
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; |