Commit b6eddb78 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

include: fix out-of-tree plugins w/o complete meta infos

parent 6b261fd6
......@@ -533,9 +533,13 @@ VLC_METADATA_EXPORTS
#ifdef VLC_MODULE_COPYRIGHT
# define VLC_COPYRIGHT_EXPORT VLC_META_EXPORT(copyright, VLC_MODULE_COPYRIGHT)
#else
# define VLC_COPYRIGHT_EXPORT
#endif
#ifdef VLC_MODULE_LICENSE
# define VLC_LICENSE_EXPORT VLC_META_EXPORT(license, VLC_MODULE_LICENSE)
#else
# define VLC_LICENSE_EXPORT
#endif
#define VLC_METADATA_EXPORTS \
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment