[vlc-devel] commit: osx/framework: use the OS X dialog provider as interface module ( Felix Paul Kühne )
git version control
git at videolan.org
Sat Dec 26 15:37:48 CET 2009
vlc | branch: master | Felix Paul Kühne <fkuehne at videolan.org> | Sat Dec 26 15:37:40 2009 +0100| [19791dba9259c51a4e4593393d36afe5c611d9da] | committer: Felix Paul Kühne
osx/framework: use the OS X dialog provider as interface module
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=19791dba9259c51a4e4593393d36afe5c611d9da
---
projects/macosx/framework/Sources/VLCLibrary.m | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/projects/macosx/framework/Sources/VLCLibrary.m b/projects/macosx/framework/Sources/VLCLibrary.m
index bf1321d..d36dbc0 100644
--- a/projects/macosx/framework/Sources/VLCLibrary.m
+++ b/projects/macosx/framework/Sources/VLCLibrary.m
@@ -70,7 +70,7 @@ void __catch_exception( void * e, const char * function, const char * file, int
NSArray *vlcParams = [[NSBundle mainBundle] objectForInfoDictionaryKey:@"VLCParams"];
if (!vlcParams) {
NSMutableArray *defaultParams = [NSMutableArray array];
- [defaultParams addObject:@"-I dummy"]; // No interface
+ [defaultParams addObject:@"-I macosx_dialog_provider"]; // No actual interface, just dialogs and nagging
[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
More information about the vlc-devel
mailing list