瀏覽代碼

osx/framework: out non-colored debug only

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

+ 1 - 0
Sources/VLCLibrary.m

@@ -78,6 +78,7 @@ void __catch_exception( void * e, const char * function, const char * file, int
             [defaultParams addObject:@"--vout=minimal_macosx"];
             [defaultParams addObject:@"--verbose=2"];                               // Don't polute the log
             [defaultParams addObject:@"--vout=minimal_macosx"];
+            [defaultParams addObject:@"--no-color"];
             [defaultParams addObject:@"--play-and-pause"];                          // When ending a stream pause it instead of stopping it
             vlcParams = defaultParams;
         }