[vlc-commits] fix warning

Rémi Denis-Courmont git at videolan.org
Fri Oct 28 20:59:54 CEST 2016


vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Fri Oct 28 21:55:49 2016 +0300| [9fe34b89e2c96b2925a37af77c07990076aa4980] | committer: Rémi Denis-Courmont

fix warning

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

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

diff --git a/src/libvlc-module.c b/src/libvlc-module.c
index 38aad5b..035bcd2 100644
--- a/src/libvlc-module.c
+++ b/src/libvlc-module.c
@@ -1971,7 +1971,7 @@ vlc_module_begin ()
                 VOD_SERVER_LONGTEXT, true )
 
     set_section( N_("Plugins" ), NULL )
-#if HAVE_DYNAMIC_PLUGINS
+#ifdef HAVE_DYNAMIC_PLUGINS
     add_bool( "plugins-cache", true, PLUGINS_CACHE_TEXT,
               PLUGINS_CACHE_LONGTEXT, true )
     add_bool( "plugins-scan", true, PLUGINS_SCAN_TEXT,



More information about the vlc-commits mailing list