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

This commit is contained in:
Rémi Denis-Courmont 2015-10-06 17:56:23 +03:00
parent 6b261fd657
commit b6eddb7861
1 changed files with 4 additions and 0 deletions

View File

@ -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 \