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
815340f6
Commit
815340f6
authored
Feb 25, 2011
by
Konstantin Pavlov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix loading of upnp module.
Also, remove leftover _intel parts here and there.
parent
c482dc55
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
modules/services_discovery/upnp.cpp
modules/services_discovery/upnp.cpp
+2
-2
projects/macosx/framework/Sources/VLCMediaDiscoverer.m
projects/macosx/framework/Sources/VLCMediaDiscoverer.m
+1
-1
No files found.
modules/services_discovery/upnp.cpp
View file @
815340f6
/*****************************************************************************
* Upnp
_intel
.cpp : UPnP discovery module (libupnp)
* Upnp.cpp : UPnP discovery module (libupnp)
*****************************************************************************
* Copyright (C) 2004-2008 the VideoLAN team
* $Id$
...
...
@@ -55,7 +55,7 @@ struct services_discovery_sys_t
// VLC callback prototypes
static
int
Open
(
vlc_object_t
*
);
static
void
Close
(
vlc_object_t
*
);
VLC_SD_PROBE_HELPER
(
"upnp
_intel
"
,
"Universal Plug'n'Play"
,
SD_CAT_LAN
)
VLC_SD_PROBE_HELPER
(
"upnp"
,
"Universal Plug'n'Play"
,
SD_CAT_LAN
)
// Module descriptor
...
...
projects/macosx/framework/Sources/VLCMediaDiscoverer.m
View file @
815340f6
...
...
@@ -75,7 +75,7 @@ static void HandleMediaDiscovererEnded( const libvlc_event_t * event, void * use
{
availableMediaDiscoverer
=
[[
NSArray
arrayWithObjects
:
[[[
VLCMediaDiscoverer
alloc
]
initWithName
:
@"sap"
]
autorelease
],
[[[
VLCMediaDiscoverer
alloc
]
initWithName
:
@"upnp
_intel
"
]
autorelease
],
[[[
VLCMediaDiscoverer
alloc
]
initWithName
:
@"upnp"
]
autorelease
],
[[[
VLCMediaDiscoverer
alloc
]
initWithName
:
@"freebox"
]
autorelease
],
[[[
VLCMediaDiscoverer
alloc
]
initWithName
:
@"video_dir"
]
autorelease
],
nil
]
retain
];
}
...
...
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