From: Pierre d'Herbemont Date: Wed, 30 Dec 2009 13:20:43 +0000 (+0100) Subject: macosx/framework: upnp_intel is available within VLCKit. X-Git-Tag: 1.1.0-ff~1538 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=5b8e2978ba92bf73f19be9a20997da2173e87abe;p=vlc macosx/framework: upnp_intel is available within VLCKit. --- diff --git a/projects/macosx/framework/Sources/VLCMediaDiscoverer.m b/projects/macosx/framework/Sources/VLCMediaDiscoverer.m index 5c7e2681f6..f55175cc4f 100644 --- a/projects/macosx/framework/Sources/VLCMediaDiscoverer.m +++ b/projects/macosx/framework/Sources/VLCMediaDiscoverer.m @@ -76,6 +76,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:@"freebox"] autorelease], [[[VLCMediaDiscoverer alloc] initWithName:@"video_dir"] autorelease], [[[VLCMediaDiscoverer alloc] initWithName:@"shoutcast"] autorelease],