瀏覽代碼

osx/framework: fixed verbosity setting

Felix Paul Kühne 15 年之前
父節點
當前提交
663a3ebeae
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Sources/VLCLibrary.m

+ 1 - 1
Sources/VLCLibrary.m

@@ -74,7 +74,7 @@ void __catch_exception( void * e, const char * function, const char * file, int
             "--ignore-config",           // Don't read and write VLC config files.
 			"--opengl-provider=minimal_macosx", // Use minimal_macosx
             "--vout=minimal_macosx",
-			"-verbose=-1",               // Don't polute the log
+			"--verbose=2",               // Don't polute the log
             "--play-and-pause"           // When ending a stream pause it instead of stopping it.
             //, "--control=motion", "--motion-use-rotate", "--video-filter=rotate"
         };