Restore plugin prefix

This commit is contained in:
SirLynix
2023-01-29 21:59:24 +01:00
parent ee1a98b761
commit eb74c6ed07
5 changed files with 10 additions and 6 deletions

View File

@@ -18,9 +18,9 @@ namespace Nz
{
public:
#ifdef NAZARA_DEBUG
static constexpr inline std::string_view Filename = "PluginFFmpeg-d";
static constexpr inline std::string_view Filename = NazaraPluginPrefix "PluginFFmpeg-d";
#else
static constexpr inline std::string_view Filename = "PluginFFmpeg";
static constexpr inline std::string_view Filename = NazaraPluginPrefix "PluginFFmpeg";
#endif
FFmpegPlugin() = default;