From 681a89dede5cf42f3349bc085bf49c35e130f155 Mon Sep 17 00:00:00 2001 From: Pierre d'Herbemont Date: Mon, 21 Dec 2009 15:17:24 +0100 Subject: [PATCH] macosx/framework: Disable the media library since it is not exposed. --- projects/macosx/framework/Sources/VLCLibrary.m | 1 + 1 file changed, 1 insertion(+) 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; } -- 2.39.2