From: Antoine Cellerier Date: Sun, 16 Dec 2007 22:05:16 +0000 (+0000) Subject: Fix modules loading. Next time you potentialy break all of VLC, please compile and... X-Git-Tag: 0.9.0-test0~4047 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=e4c890c4b998ad184f18b124a4ec604cbd863095;p=vlc Fix modules loading. Next time you potentialy break all of VLC, please compile and try the change before commiting. --- diff --git a/include/vlc_modules_macros.h b/include/vlc_modules_macros.h index e53d2695ea..6ac7b244b4 100644 --- a/include/vlc_modules_macros.h +++ b/include/vlc_modules_macros.h @@ -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" /*****************************************************************************