[vlc-devel] commit: Force plugin rebuild ( Rémi Denis-Courmont )
git version control
git at videolan.org
Fri Sep 19 16:25:23 CEST 2008
vlc | branch: master | Rémi Denis-Courmont <rdenis at simphalempin.com> | Fri Sep 19 17:26:05 2008 +0300| [c4bf02fbbef2f779fe644843867854272f2b4ff7] | committer: Rémi Denis-Courmont
Force plugin rebuild
There are a bunch of crash-triggering ABI break, and a bunch of plugins
have removed (= old ABI plugins left in your tree) - bad combination.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=c4bf02fbbef2f779fe644843867854272f2b4ff7
---
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 b32841c..57dc998 100644
--- a/include/vlc_plugin.h
+++ b/include/vlc_plugin.h
@@ -39,8 +39,8 @@
/**
* Current plugin ABI version
*/
-# define MODULE_SYMBOL 1_0_0b
-# define MODULE_SUFFIX "__1_0_0b"
+# define MODULE_SYMBOL 1_0_0c
+# define MODULE_SUFFIX "__1_0_0c"
/*****************************************************************************
* Add a few defines. You do not want to read this section. Really.
More information about the vlc-devel
mailing list