]> git.sesse.net Git - vlc/commitdiff
macosx/framework: Add the freebox as one of the known SD.
authorPierre d'Herbemont <pdherbemont@free.fr>
Sat, 10 Oct 2009 14:14:13 +0000 (16:14 +0200)
committerPierre d'Herbemont <pdherbemont@free.fr>
Sat, 10 Oct 2009 14:29:40 +0000 (16:29 +0200)
projects/macosx/framework/Sources/VLCMediaDiscoverer.m

index 274a0a14e1e407a9cb18e63d1b0455c820646c89..a892c99c58e13f41b9513ca20226216a9958e2ca 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:@"freebox"] autorelease],
                                 [[[VLCMediaDiscoverer alloc] initWithName:@"shoutcast"] autorelease],
                                 [[[VLCMediaDiscoverer alloc] initWithName:@"shoutcasttv"] autorelease], nil] retain];
     }