Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-2-2
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-2-2
Commits
3b1ecaf7
Commit
3b1ecaf7
authored
Apr 08, 2013
by
Rafaël Carré
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
contrib: upnp: fix build
parent
e8b7b598
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
18 additions
and
0 deletions
+18
-0
contrib/src/upnp/miniserver.patch
contrib/src/upnp/miniserver.patch
+17
-0
contrib/src/upnp/rules.mak
contrib/src/upnp/rules.mak
+1
-0
No files found.
contrib/src/upnp/miniserver.patch
0 → 100644
View file @
3b1ecaf7
--- upnp/upnp/src/api/upnpapi.c.orig 2013-04-08 00:23:46.000000000 +0200
+++ upnp/upnp/src/api/upnpapi.c 2013-04-08 00:25:49.000000000 +0200
@@ -358,13 +358,13 @@
return retVal;
}
+#ifdef INTERNAL_WEB_SERVER
#ifdef INCLUDE_DEVICE_APIS
#if EXCLUDE_SOAP == 0
SetSoapCallback(soap_device_callback);
#endif
#endif /* INCLUDE_DEVICE_APIS */
-#ifdef INTERNAL_WEB_SERVER
#if EXCLUDE_GENA == 0
SetGenaCallback(genaCallback);
#endif
contrib/src/upnp/rules.mak
View file @
3b1ecaf7
...
...
@@ -22,6 +22,7 @@ ifdef HAVE_WIN32
$(APPLY)
$(SRC)
/upnp/libupnp-win64.patch
endif
$(APPLY)
$(SRC)
/upnp/libupnp-ipv6.patch
$(APPLY)
$(SRC)
/upnp/miniserver.patch
$(UPDATE_AUTOCONFIG)
&&
cd
$(UNPACK_DIR)
&&
mv
config.guess config.sub build-aux/
$(MOVE)
...
...
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