git.videolan.org
/
vlc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
423ec77
)
Fix modules loading. Next time you potentialy break all of VLC, please compile and...
author
Antoine Cellerier
<dionoea@videolan.org>
Sun, 16 Dec 2007 22:05:16 +0000
(22:05 +0000)
committer
Antoine Cellerier
<dionoea@videolan.org>
Sun, 16 Dec 2007 22:05:16 +0000
(22:05 +0000)
include/vlc_modules_macros.h
patch
|
blob
|
history
diff --git
a/include/vlc_modules_macros.h
b/include/vlc_modules_macros.h
index
e53d269
..
6ac7b24
100644
(file)
--- 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"
/*****************************************************************************