[vlc-devel] commit: Revert "Bump ABI for logo and marquee changes." ( Rémi Denis-Courmont )

git version control git at videolan.org
Tue Jan 19 21:31:14 CET 2010


vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Tue Jan 19 22:24:21 2010 +0200| [0d175625f828602c0676a0d34b8f6f9f8d6e6879] | committer: Rémi Denis-Courmont 

Revert "Bump ABI for logo and marquee changes."

This reverts commit cbb409e5551b3e663d49fb644bad31256988a6fc, i.e. yet
another proof of the total lack of respect that M2X has for other people
(volunteer's) time and/or code quality.

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=0d175625f828602c0676a0d34b8f6f9f8d6e6879
---

 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 4b02f2b..8161b12 100644
--- a/include/vlc_plugin.h
+++ b/include/vlc_plugin.h
@@ -120,8 +120,8 @@ enum vlc_module_properties
 /**
  * Current plugin ABI version
  */
-# define MODULE_SYMBOL 1_1_0f
-# define MODULE_SUFFIX "__1_1_0f"
+# define MODULE_SYMBOL 1_1_0e
+# define MODULE_SUFFIX "__1_1_0e"
 
 /*****************************************************************************
  * Add a few defines. You do not want to read this section. Really.




More information about the vlc-devel mailing list