]> git.sesse.net Git - vlc/commitdiff
VLCKit: Use --ignore-config.
authorPierre d'Herbemont <pdherbemont@videolan.org>
Thu, 12 Jun 2008 17:50:01 +0000 (19:50 +0200)
committerPierre d'Herbemont <pdherbemont@videolan.org>
Thu, 12 Jun 2008 17:51:18 +0000 (19:51 +0200)
projects/macosx/framework/Sources/VLCLibrary.m

index 9252ce6aedd5e63904947657618359603ed927e4..8e6467e569f124a8e044d7759648ece17c44bc8e 100644 (file)
@@ -92,7 +92,7 @@ void * DestroySharedLibraryAtExit( void )
         
         const char * lib_vlc_params[] = { 
             "-I", "dummy", "--vout=opengllayer", 
-            "--no-video-title-show", "--no-sout-keep"
+            "--no-video-title-show", "--no-sout-keep", "--ignore-config"
             //, "--control=motion", "--motion-use-rotate", "--video-filter=rotate"
         };