[vlc-devel] commit: VLCKit: don't ignore VLC' s config anymore since we got our own vlcrc now ( Felix Paul Kühne )
git version control
git at videolan.org
Sat Feb 20 01:29:25 CET 2010
vlc | branch: master | Felix Paul Kühne <fkuehne at videolan.org> | Sat Feb 20 01:24:28 2010 +0100| [4ad09c1bcdc5bfd3bdef1692b969d72fcec2e9ac] | committer: Felix Paul Kühne
VLCKit: don't ignore VLC's config anymore since we got our own vlcrc now
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=4ad09c1bcdc5bfd3bdef1692b969d72fcec2e9ac
---
projects/macosx/framework/Sources/VLCLibrary.m | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/projects/macosx/framework/Sources/VLCLibrary.m b/projects/macosx/framework/Sources/VLCLibrary.m
index 4870787..1770fad 100644
--- a/projects/macosx/framework/Sources/VLCLibrary.m
+++ b/projects/macosx/framework/Sources/VLCLibrary.m
@@ -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
More information about the vlc-devel
mailing list