[vlc-commits] POSIX specific: fix compilation without DBus

Jean-Baptiste Kempf git at videolan.org
Tue Jun 20 10:03:26 CEST 2017


vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Tue Jun 20 10:03:07 2017 +0200| [a545fedec3fe5b4369c18bf41b50146a6c67ba49] | committer: Jean-Baptiste Kempf

POSIX specific: fix compilation without DBus

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

 src/posix/specific.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/posix/specific.c b/src/posix/specific.c
index 8a2cb4cdab..067cfe07e1 100644
--- a/src/posix/specific.c
+++ b/src/posix/specific.c
@@ -150,7 +150,7 @@ static void system_ConfigureDbus(libvlc_int_t *vlc, int argc,
     dbus_connection_unref(conn);
     exit(0);
 #else
-    (void) libvlc; (void) argc; (void) argv;
+    (void) vlc; (void) argc; (void) argv;
 #endif // HAVE_DBUS
 }
 



More information about the vlc-commits mailing list