[vlc-devel] commit: macosx/framework: Activate our dialog provider. (Pierre d' Herbemont )
git version control
git at videolan.org
Wed Dec 30 06:06:27 CET 2009
vlc | branch: master | Pierre d'Herbemont <pdherbemont at free.fr> | Wed Dec 30 06:05:30 2009 +0100| [e46128239c6db45415f2f372db7d165b9a8ec40c] | committer: Pierre d'Herbemont
macosx/framework: Activate our dialog provider.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=e46128239c6db45415f2f372db7d165b9a8ec40c
---
projects/macosx/framework/Sources/VLCLibrary.m | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/projects/macosx/framework/Sources/VLCLibrary.m b/projects/macosx/framework/Sources/VLCLibrary.m
index 4a58f5c..ec2f5b9 100644
--- a/projects/macosx/framework/Sources/VLCLibrary.m
+++ b/projects/macosx/framework/Sources/VLCLibrary.m
@@ -80,6 +80,7 @@ void __catch_exception( void * e, const char * function, const char * file, int
[defaultParams addObject:@"--no-color"];
[defaultParams addObject:@"--no-media-library"];
[defaultParams addObject:@"--play-and-pause"];
+ [defaultParams addObject:@"--extraintf=macosx_dialog_provider"];
vlcParams = defaultParams;
}
More information about the vlc-devel
mailing list