Explorar o código

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

Pierre d'Herbemont %!s(int64=15) %!d(string=hai) anos
pai
achega
417fa868fb
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      Sources/VLCMediaDiscoverer.m

+ 1 - 0
Sources/VLCMediaDiscoverer.m

@@ -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];
     }