瀏覽代碼

VLCKit: Use --ignore-config.

Pierre d'Herbemont 17 年之前
父節點
當前提交
97921b4ef7
共有 1 個文件被更改,包括 1 次插入1 次删除
  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"
         };