Commit 5b8e2978 authored by Pierre d'Herbemont's avatar Pierre d'Herbemont

macosx/framework: upnp_intel is available within VLCKit.

parent 431201da
...@@ -76,6 +76,7 @@ static void HandleMediaDiscovererEnded( const libvlc_event_t * event, void * use ...@@ -76,6 +76,7 @@ static void HandleMediaDiscovererEnded( const libvlc_event_t * event, void * use
{ {
availableMediaDiscoverer = [[NSArray arrayWithObjects: availableMediaDiscoverer = [[NSArray arrayWithObjects:
[[[VLCMediaDiscoverer alloc] initWithName:@"sap"] autorelease], [[[VLCMediaDiscoverer alloc] initWithName:@"sap"] autorelease],
[[[VLCMediaDiscoverer alloc] initWithName:@"upnp_intel"] autorelease],
[[[VLCMediaDiscoverer alloc] initWithName:@"freebox"] autorelease], [[[VLCMediaDiscoverer alloc] initWithName:@"freebox"] autorelease],
[[[VLCMediaDiscoverer alloc] initWithName:@"video_dir"] autorelease], [[[VLCMediaDiscoverer alloc] initWithName:@"video_dir"] autorelease],
[[[VLCMediaDiscoverer alloc] initWithName:@"shoutcast"] autorelease], [[[VLCMediaDiscoverer alloc] initWithName:@"shoutcast"] autorelease],
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment