From d1305a887f96653503500d9d485281437b720d5c Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Kempf Date: Wed, 25 Mar 2015 15:40:52 +0100 Subject: [PATCH] Qt: avoid redefine warning --- modules/gui/qt4/qt4.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/gui/qt4/qt4.cpp b/modules/gui/qt4/qt4.cpp index a94e94cb3a..f0d58917c9 100644 --- a/modules/gui/qt4/qt4.cpp +++ b/modules/gui/qt4/qt4.cpp @@ -26,6 +26,8 @@ # include "config.h" #endif +#define VLC_MODULE_LICENSE VLC_LICENSE_GPL_2_PLUS + #include #include #include @@ -202,8 +204,6 @@ static const char *const psz_continue_list_text[] = { N_("Never"), N_("Ask"), N_("Always") }; -#define VLC_MODULE_LICENSE VLC_LICENSE_GPL_2_PLUS - /**********************************************************************/ vlc_module_begin () set_shortname( "Qt" ) -- 2.39.2