[vlc-devel] commit: VLCKit: Use --ignore-config. (Pierre d'Herbemont )

git version control git at videolan.org
Thu Jun 12 19:49:46 CEST 2008


vlc | branch: master | Pierre d'Herbemont <pdherbemont at videolan.org> | Thu Jun 12 19:50:01 2008 +0200| [f7f6282f0105598153d03fed83e6d29a2c2d8723]

VLCKit: Use --ignore-config.

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

 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 9252ce6..8e6467e 100644
--- a/projects/macosx/framework/Sources/VLCLibrary.m
+++ b/projects/macosx/framework/Sources/VLCLibrary.m
@@ -92,7 +92,7 @@ void * DestroySharedLibraryAtExit( void )
         
         const char * lib_vlc_params[] = { 
             "-I", "dummy", "--vout=opengllayer", 
-            "--no-video-title-show", "--no-sout-keep"
+            "--no-video-title-show", "--no-sout-keep", "--ignore-config"
             //, "--control=motion", "--motion-use-rotate", "--video-filter=rotate"
         };
         




More information about the vlc-devel mailing list