From: Pierre d'Herbemont Date: Mon, 21 Dec 2009 14:17:24 +0000 (+0100) Subject: macosx/framework: Disable the media library since it is not exposed. X-Git-Tag: 1.1.0-ff~1785 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=681a89dede5cf42f3349bc085bf49c35e130f155;p=vlc macosx/framework: Disable the media library since it is not exposed. --- diff --git a/projects/macosx/framework/Sources/VLCLibrary.m b/projects/macosx/framework/Sources/VLCLibrary.m index 413e2ebb9d..e80fecb0c4 100644 --- a/projects/macosx/framework/Sources/VLCLibrary.m +++ b/projects/macosx/framework/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; }