[vlc-devel] commit: osx/framework: fixed verbosity setting ( Felix Paul Kühne )

git version control git at videolan.org
Thu Dec 17 20:14:30 CET 2009


vlc | branch: master | Felix Paul Kühne <fkuehne at videolan.org> | Thu Dec 17 20:14:18 2009 +0100| [ddb9216b2735ea9a4cb4fd0e95a14beaf4b63112] | committer: Felix Paul Kühne 

osx/framework: fixed verbosity setting

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

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

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




More information about the vlc-devel mailing list