소스 검색

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