[vlc-devel] commit: osx/framework: out non-colored debug only ( Felix Paul Kühne )

git version control git at videolan.org
Sat Dec 19 23:58:03 CET 2009


vlc | branch: master | Felix Paul Kühne <fkuehne at videolan.org> | Sat Dec 19 23:57:59 2009 +0100| [dbfbbd8188a18798d9670a6da8b0310af3a992b2] | committer: Felix Paul Kühne 

osx/framework: out non-colored debug only

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=dbfbbd8188a18798d9670a6da8b0310af3a992b2
---

 projects/macosx/framework/Sources/VLCLibrary.m |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/projects/macosx/framework/Sources/VLCLibrary.m b/projects/macosx/framework/Sources/VLCLibrary.m
index 45775d0..a66143a 100644
--- a/projects/macosx/framework/Sources/VLCLibrary.m
+++ b/projects/macosx/framework/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;
         }




More information about the vlc-devel mailing list