]> git.sesse.net Git - vlc/commitdiff
Fix modules loading. Next time you potentialy break all of VLC, please compile and...
authorAntoine Cellerier <dionoea@videolan.org>
Sun, 16 Dec 2007 22:05:16 +0000 (22:05 +0000)
committerAntoine Cellerier <dionoea@videolan.org>
Sun, 16 Dec 2007 22:05:16 +0000 (22:05 +0000)
include/vlc_modules_macros.h

index e53d2695eaa3930522531bbf07fc59802eda6659..6ac7b244b4610d126d45afb7f68e37b23c24212a 100644 (file)
@@ -35,7 +35,7 @@
 /**
  * Current plugin ABI version
  */
-# define MODULE_SYMBOL __0_9_0e
+# define MODULE_SYMBOL 0_9_0e
 # define MODULE_SUFFIX "__0_9_0e"
 
 /*****************************************************************************