소스 검색

macosx/framework: Disable the media library since it is not exposed.

Pierre d'Herbemont 15 년 전
부모
커밋
2a1b5806c5
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      Sources/VLCLibrary.m

+ 1 - 0
Sources/VLCLibrary.m

@@ -79,6 +79,7 @@ void __catch_exception( void * e, const char * function, const char * file, int
             [defaultParams addObject:@"--text-renderer=quartztext"];                // our CoreText-based renderer
             [defaultParams addObject:@"--verbose=2"];                               // Don't polute the log
             [defaultParams addObject:@"--no-color"];
+            [defaultParams addObject:@"--no-media-library"];
             vlcParams = defaultParams;
         }