Commit 681a89de authored by Pierre d'Herbemont's avatar Pierre d'Herbemont

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

parent 9654fccc
......@@ -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;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment