From 5b8e2978ba92bf73f19be9a20997da2173e87abe Mon Sep 17 00:00:00 2001 From: Pierre d'Herbemont Date: Wed, 30 Dec 2009 14:20:43 +0100 Subject: [PATCH] macosx/framework: upnp_intel is available within VLCKit. --- projects/macosx/framework/Sources/VLCMediaDiscoverer.m | 1 + 1 file changed, 1 insertion(+) 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], -- 2.39.2