Browse Source

macosx/framework: Activate our dialog provider.

Pierre d'Herbemont 15 years ago
parent
commit
a17cf603ca
1 changed files with 1 additions and 0 deletions
  1. 1 0
      Sources/VLCLibrary.m

+ 1 - 0
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;
         }