]> git.sesse.net Git - vlc/blobdiff - src/libvlc.h
Reenables D-Bus one instance code, without needing to modify libvlc structs
[vlc] / src / libvlc.h
index cb772141ca1c0d23e0e79be35a041020aef6e5b1..c93e4bb7c3b11e66ce683c60319fd5355bcea6a1 100644 (file)
@@ -1622,8 +1622,7 @@ vlc_module_begin();
         change_need_restart();
 #endif
 
-
-#if 0 //defined(HAVE_DBUS_3)
+#if defined(HAVE_DBUS_3)
     add_bool( "one-instance", 0, NULL, ONEINSTANCE_DBUS_TEXT,
               ONEINSTANCE_DBUS_LONGTEXT, VLC_TRUE );
     add_bool( "playlist-enqueue", 0, NULL, PLAYLISTENQUEUE_TEXT,