]> git.sesse.net Git - vlc/blobdiff - projects/macosx/framework/Sources/VLCMediaDiscoverer.m
macosx/framework: upnp_intel is available within VLCKit.
[vlc] / projects / macosx / framework / Sources / VLCMediaDiscoverer.m
index 5c7e2681f65827e59dd3c5366664a2304d898053..f55175cc4f0df3ce794dd9a834b29327e608c3ee 100644 (file)
@@ -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],