vlc | branch: master | Jean-Baptiste Kempf <[email protected]> | Mon Mar 23 14:57:03 2015 +0100| [1f066ddee63a5f1f6d0b5fa682f77fc427d9d206] | committer: Jean-Baptiste Kempf
LUA is still GPLv2+ > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=1f066ddee63a5f1f6d0b5fa682f77fc427d9d206 --- modules/lua/vlc.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/lua/vlc.c b/modules/lua/vlc.c index f8ab309..4340038 100644 --- a/modules/lua/vlc.c +++ b/modules/lua/vlc.c @@ -32,6 +32,8 @@ #include <assert.h> #include <sys/stat.h> +#define VLC_MODULE_LICENSE VLC_LICENSE_GPL_2_PLUS + #include "vlc.h" #include <vlc_plugin.h> _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
