Parcourir la source

VLCKit: Use --ignore-config.

Pierre d'Herbemont il y a 17 ans
Parent
commit
97921b4ef7
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      Sources/VLCLibrary.m

+ 1 - 1
Sources/VLCLibrary.m

@@ -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"
         };