]> git.sesse.net Git - vlc/commitdiff
VLCKit: don't ignore VLC's config anymore since we got our own vlcrc now
authorFelix Paul Kühne <fkuehne@videolan.org>
Sat, 20 Feb 2010 00:24:28 +0000 (01:24 +0100)
committerFelix Paul Kühne <fkuehne@videolan.org>
Sat, 20 Feb 2010 00:29:23 +0000 (01:29 +0100)
projects/macosx/framework/Sources/VLCLibrary.m

index 4870787316b798e030245745e7ea721dc6e25dd7..1770fad9431ff7746169214e2ea159a0cadd9ddc 100644 (file)
@@ -55,7 +55,6 @@ static VLCLibrary * sharedLibrary = nil;
             NSMutableArray *defaultParams = [NSMutableArray array];
             [defaultParams addObject:@"--no-video-title-show"];                     // Don't show the title on overlay when starting to play
             [defaultParams addObject:@"--no-sout-keep"];
-            [defaultParams addObject:@"--ignore-config"];                           // Don't read and write VLC config files
             [defaultParams addObject:@"--vout=macosx"];                             // Select Mac OS X video output
             [defaultParams addObject:@"--text-renderer=quartztext"];                // our CoreText-based renderer
             [defaultParams addObject:@"--verbose=-1"];                              // Don't polute the stdio log