[vlc-commits] Qt: don't offer the lua CLI in the preferences on windows
Pierre Ynard
git at videolan.org
Thu Feb 9 22:00:34 CET 2012
vlc/vlc-2.0 | branch: master | Pierre Ynard <linkfanel at yahoo.fr> | Thu Feb 9 21:54:43 2012 +0100| [380f0cc495cb6699c9a68e08b8f0e7d83e913b1e] | committer: Pierre Ynard
Qt: don't offer the lua CLI in the preferences on windows
It is broken
(cherry picked from commit 4a44907ad72b67a777d2f98fde44d2a53603f66e)
Signed-off-by: Pierre Ynard <linkfanel at yahoo.fr>
> http://git.videolan.org/gitweb.cgi/vlc/vlc-2.0.git/?a=commit;h=380f0cc495cb6699c9a68e08b8f0e7d83e913b1e
---
modules/gui/qt4/components/preferences_widgets.cpp | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/modules/gui/qt4/components/preferences_widgets.cpp b/modules/gui/qt4/components/preferences_widgets.cpp
index 0159e30..d2a771e 100644
--- a/modules/gui/qt4/components/preferences_widgets.cpp
+++ b/modules/gui/qt4/components/preferences_widgets.cpp
@@ -783,7 +783,9 @@ void ModuleListConfigControl::finish( bool bycat )
{
checkbox_lists( "Web", "Lua HTTP", "http" );
checkbox_lists( "Telnet", "Lua Telnet", "telnet" );
+#ifndef WIN32
checkbox_lists( "Console", "Lua CLI", "cli" );
+#endif
}
}
module_config_free (p_config);
More information about the vlc-commits
mailing list