]> git.sesse.net Git - vlc/commitdiff
Loads D-Bus control interface in one instance mode only if compiled with D-Bus support
authorRafaël Carré <funman@videolan.org>
Sat, 7 Apr 2007 01:34:34 +0000 (01:34 +0000)
committerRafaël Carré <funman@videolan.org>
Sat, 7 Apr 2007 01:34:34 +0000 (01:34 +0000)
src/libvlc-common.c

index 85af105b226e5dec9c967926bbb7f0513c70a7db..120858cfe94b1b263c6ea12eef3f85361966137b 100644 (file)
@@ -859,10 +859,12 @@ int libvlc_InternalInit( libvlc_int_t *p_libvlc, int i_argc, char *ppsz_argv[] )
      */
     VLC_AddIntf( 0, "hotkeys,none", VLC_FALSE, VLC_FALSE );
 
+#ifdef HAVE_DBUS_3
     /* loads dbus control interface if in one-instance mode
      * we do it only when playlist exists, because dbus module needs it */
     if( config_GetInt( p_libvlc, "one-instance" ) )
         VLC_AddIntf( 0, "dbus,none", VLC_FALSE, VLC_FALSE );
+#endif
 
     /*
      * If needed, load the Xscreensaver interface