Explorar o código

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

Pierre d'Herbemont %!s(int64=15) %!d(string=hai) anos
pai
achega
2a1b5806c5
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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;
         }