[vlc-commits] Bump plugin version to small ABI changes in decoder_t

Jean-Baptiste Kempf git at videolan.org
Wed Jan 11 16:13:45 CET 2012


vlc/vlc-1.2 | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Wed Jan 11 16:02:35 2012 +0100| [7dc8626c029dc91f713711a759e5c4c02ba24ae3] | committer: Jean-Baptiste Kempf

Bump plugin version to small ABI changes in decoder_t

> http://git.videolan.org/gitweb.cgi/vlc/vlc-1.2.git/?a=commit;h=7dc8626c029dc91f713711a759e5c4c02ba24ae3
---

 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 7aaa82e..058b99e 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_0k
-# define MODULE_SUFFIX "__1_2_0k"
+# define MODULE_SYMBOL 1_2_0l
+# define MODULE_SUFFIX "__1_2_0l"
 
 /*****************************************************************************
  * Add a few defines. You do not want to read this section. Really.



More information about the vlc-commits mailing list