Преглед изворни кода

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