MediaPlugin: Use three decimals for plugin version
* That allow to manage minor and major versions.
This commit is contained in:
@@ -44,7 +44,7 @@ extern "C" uint32 get_plugin_version();
|
|||||||
extern "C" const char* get_plugin_name();
|
extern "C" const char* get_plugin_name();
|
||||||
|
|
||||||
|
|
||||||
#define B_CODEC_KIT_PLUGIN_VERSION 1
|
#define B_CODEC_KIT_PLUGIN_VERSION 100
|
||||||
|
|
||||||
#define B_DECLARE_CODEC_KIT_PLUGIN(className, name, version) \
|
#define B_DECLARE_CODEC_KIT_PLUGIN(className, name, version) \
|
||||||
extern "C" { \
|
extern "C" { \
|
||||||
|
|||||||
Reference in New Issue
Block a user