Commit 3cdad667 authored by Christophe Mutricy's avatar Christophe Mutricy

Revert [17057]. Mea culpa. The 0.8.5 plugins are defeintively not working in 0.8.6

parent 7e16cdc7
......@@ -5370,8 +5370,8 @@ dnl VLC_SYMBOL="`echo ${VERSION} | sed -e 'y/.-+/___/'`"
dnl AC_DEFINE_UNQUOTED(MODULE_SUFFIX, "__${VLC_SYMBOL}", [String suffix for module functions])
dnl AC_DEFINE_UNQUOTED(MODULE_SYMBOL, ${VLC_SYMBOL}, [Symbol suffix for module functions])
dnl 0.8.6 modules are compatible with 0.8.5 ones.
module_symbol="0_8_5"
dnl New definitions with value matching 0.8.6 release
module_symbol="0_8_6"
AC_DEFINE_UNQUOTED(MODULE_SUFFIX, "__${module_symbol}", [String suffix for module functions])
AC_DEFINE_UNQUOTED(MODULE_SYMBOL, $module_symbol, [Symbol suffix for module functions])
VLC_ENTRY="vlc_entry__${module_symbol}"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment