1
mirror of https://code.videolan.org/videolan/vlc synced 2024-07-21 07:24:15 +02:00

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

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 \