Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
vlc
Commits
449010e5
Commit
449010e5
authored
Nov 18, 2011
by
Jean-Baptiste Kempf
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Contribs: update upnp to 1.6.14
parent
a94e5083
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
16 additions
and
2 deletions
+16
-2
contrib/src/upnp/SHA512SUMS
contrib/src/upnp/SHA512SUMS
+1
-1
contrib/src/upnp/libupnp-win32.patch
contrib/src/upnp/libupnp-win32.patch
+14
-0
contrib/src/upnp/rules.mak
contrib/src/upnp/rules.mak
+1
-1
No files found.
contrib/src/upnp/SHA512SUMS
View file @
449010e5
b1eca8fd6a61790197a33c14e00b380126b99261a0568061967c5623264982a7e6ab68b39b7c4ed066a0c38ab927dc17d69799ea48701416f5a217c6fffe2ce1 libupnp-1.6.13
.tar.bz2
cd8344ba132e0dd8d6a338bfb67121f7f8b96e321bfccb5bb2a0337b618ccc65596ade110c281f31c311ff5b232f3e7e853ddcc74ea0c52c8dfdf77e42c5ca88 libupnp-1.6.14
.tar.bz2
contrib/src/upnp/libupnp-win32.patch
View file @
449010e5
...
...
@@ -29,3 +29,17 @@
#else
#define max(a, b) (((a)>(b))? (a):(b))
#define min(a, b) (((a)<(b))? (a):(b))
--- upnp/upnp/inc/UpnpInet.h 2011-04-03 04:50:36.000000000 +0200
+++ upnp.neww/upnp/inc/UpnpInet.h 2011-11-18 01:54:45.418529337 +0100
@@ -15,11 +15,6 @@
#ifdef WIN32
#include <stdarg.h>
- #ifndef UPNP_USE_MSVCPP
- /* Removed: not required (and cause compilation issues) */
- #include <winbase.h>
- #include <windef.h>
- #endif
#include <winsock2.h>
#include <iphlpapi.h>
#include <ws2tcpip.h>
contrib/src/upnp/rules.mak
View file @
449010e5
# UPNP
UPNP_VERSION
:=
1.6.1
3
UPNP_VERSION
:=
1.6.1
4
UPNP_URL
:=
$(SF)
/pupnp/libupnp-
$(UPNP_VERSION)
.tar.bz2
PKGS
+=
upnp
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment