[vlc-devel] [PATCH] qt4: fix redefine warning

Tristan Matthews tmatth at videolan.org
Wed Mar 25 06:05:53 CET 2015


Please disregard if too ugly.

---
 modules/gui/qt4/qt4.cpp | 1 +
 1 file changed, 1 insertion(+)

diff --git a/modules/gui/qt4/qt4.cpp b/modules/gui/qt4/qt4.cpp
index a94e94c..db8c940 100644
--- a/modules/gui/qt4/qt4.cpp
+++ b/modules/gui/qt4/qt4.cpp
@@ -202,6 +202,7 @@ static const char *const psz_continue_list_text[] =
     { N_("Never"), N_("Ask"), N_("Always") };
 
 
+#undef VLC_MODULE_LICENSE
 #define VLC_MODULE_LICENSE VLC_LICENSE_GPL_2_PLUS
 
 /**********************************************************************/
-- 
2.1.0




More information about the vlc-devel mailing list