Commit 2819748e authored by Pierre d'Herbemont's avatar Pierre d'Herbemont

macosx/framework: Add video_dirs to the list of MediaDiscoverer by default.

parent fbf713c4
......@@ -77,6 +77,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:@"video_dir"] autorelease],
[[[VLCMediaDiscoverer alloc] initWithName:@"shoutcast"] autorelease],
[[[VLCMediaDiscoverer alloc] initWithName:@"shoutcasttv"] autorelease], nil] retain];
}
......
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