Browse Source

osx/framework: out non-colored debug only

Felix Paul Kühne 15 years ago
parent
commit
9121014a67
1 changed files with 1 additions and 0 deletions
  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:@"--vout=minimal_macosx"];
             [defaultParams addObject:@"--verbose=2"];                               // Don't polute the log
             [defaultParams addObject:@"--verbose=2"];                               // Don't polute the log
             [defaultParams addObject:@"--vout=minimal_macosx"];
             [defaultParams addObject:@"--vout=minimal_macosx"];
+            [defaultParams addObject:@"--no-color"];
             [defaultParams addObject:@"--play-and-pause"];                          // When ending a stream pause it instead of stopping it
             [defaultParams addObject:@"--play-and-pause"];                          // When ending a stream pause it instead of stopping it
             vlcParams = defaultParams;
             vlcParams = defaultParams;
         }
         }