[vlc-commits] commit: OSX framework: ignore-config and no-media-library are already the default ( Rafaël Carré )
git at videolan.org
git at videolan.org
Sun Oct 31 14:35:03 CET 2010
vlc | branch: master | Rafaël Carré <rafael.carre at gmail.com> | Sun Oct 31 14:34:37 2010 +0100| [78a9941ce4ef0d199807d60e26b5de70523e3262] | committer: Rafaël Carré
OSX framework: ignore-config and no-media-library are already the default
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=78a9941ce4ef0d199807d60e26b5de70523e3262
---
projects/macosx/framework/Sources/VLCLibrary.m | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
diff --git a/projects/macosx/framework/Sources/VLCLibrary.m b/projects/macosx/framework/Sources/VLCLibrary.m
index c7ef7e7..d07e515 100644
--- a/projects/macosx/framework/Sources/VLCLibrary.m
+++ b/projects/macosx/framework/Sources/VLCLibrary.m
@@ -58,11 +58,9 @@ static VLCLibrary * sharedLibrary = nil;
NSMutableArray *defaultParams = [NSMutableArray array];
[defaultParams addObject:@"--play-and-pause"]; // We want every movie to pause instead of stopping at eof
[defaultParams addObject:@"--no-color"]; // Don't use color in output (Xcode doesn't show it)
- [defaultParams addObject:@"--no-media-library"]; // We don't need the media library
[defaultParams addObject:@"--no-video-title-show"]; // Don't show the title on overlay when starting to play
[defaultParams addObject:@"--verbose=-1"]; // Let's not wreck the logs
#if TARGET_OS_IPHONE
- [defaultParams addObject:@"--ignore-config"]; // We don't need the config
// [defaultParams addObject:@"--ffmpeg-fast"]; // Let's disable this as it is error-prone
[defaultParams addObject:@"--ffmpeg-skiploopfilter=all"];
#else
More information about the vlc-commits
mailing list