Commit c1541601 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

The number of crash reports on Linux make it obvious that 0.8.5 and 0.8.4 are...

The number of crash reports on Linux make it obvious that 0.8.5 and 0.8.4 are not binary-compatibile, so we should definitely change the entry point name
parent 8a47a4da
......@@ -5271,8 +5271,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 New definitions with value matching 0.8.4 release
module_symbol="0_8_4"
dnl New definitions with value matching 0.8.5 release
module_symbol="0_8_5"
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