[vlc-commits] commit: Symbian: no daemon mode (Jean-Baptiste Kempf )

git at videolan.org git at videolan.org
Thu Dec 30 21:22:31 CET 2010


vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Tue Nov 23 17:55:22 2010 +0100| [b225dc1390f75fb71581dc96888931899aa98a79] | committer: Jean-Baptiste Kempf 

Symbian: no daemon mode

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

 src/libvlc.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/libvlc.c b/src/libvlc.c
index f3043f6..9f9b71d 100644
--- a/src/libvlc.c
+++ b/src/libvlc.c
@@ -312,7 +312,7 @@ int libvlc_InternalInit( libvlc_int_t *p_libvlc, int i_argc,
     }
 
     /* Check for daemon mode */
-#ifndef WIN32
+#if !defined( WIN32 ) && !defined( __SYMBIAN32__ )
     if( var_InheritBool( p_libvlc, "daemon" ) )
     {
 #ifdef HAVE_DAEMON



More information about the vlc-commits mailing list