[vlc-commits] Bump plugin version to small ABI changes in decoder_t
Jean-Baptiste Kempf
git at videolan.org
Wed Jan 11 15:45:18 CET 2012
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Wed Jan 11 15:39:22 2012 +0100| [c901035a94e6a42c86f41a737219d8e073ce435f] | committer: Jean-Baptiste Kempf
Bump plugin version to small ABI changes in decoder_t
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=c901035a94e6a42c86f41a737219d8e073ce435f
---
include/vlc_plugin.h | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/include/vlc_plugin.h b/include/vlc_plugin.h
index 09db47e..7aaa82e 100644
--- a/include/vlc_plugin.h
+++ b/include/vlc_plugin.h
@@ -105,8 +105,8 @@ enum vlc_module_properties
/**
* Current plugin ABI version
*/
-# define MODULE_SYMBOL 1_2_0j
-# define MODULE_SUFFIX "__1_2_0j"
+# define MODULE_SYMBOL 1_2_0k
+# define MODULE_SUFFIX "__1_2_0k"
/*****************************************************************************
* Add a few defines. You do not want to read this section. Really.
More information about the vlc-commits
mailing list