소스 검색

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

Pierre d'Herbemont 15 년 전
부모
커밋
417fa868fb
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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];
     }