Ver código fonte

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

Pierre d'Herbemont 15 anos atrás
pai
commit
2a1b5806c5
1 arquivos alterados com 1 adições e 0 exclusões
  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;
         }