bc5a53574c
Many years ago, FAAD had a serious ABI bug: the NeAACDecInit()
prototype in its header declared the "samplerate" parameter to be
"unsigned long *", but internally, the function assumed it was
"uint32_t *" instead. On 32 bit machines, that was no difference, but
on 64 bit, this left one portion of the return value uninitialized;
and worse, on big-endian, the wrong word was filled. This bug had to
be worked around in MPD (commit
|
||
---|---|---|
.. | ||
ax_append_compile_flags.m4 | ||
ax_append_flag.m4 | ||
ax_append_link_flags.m4 | ||
ax_boost_base.m4 | ||
ax_check_compile_flag.m4 | ||
ax_check_link_flag.m4 | ||
ax_cxx_compile_stdcxx_0x.m4 | ||
ax_pthread.m4 | ||
ax_require_defined.m4 | ||
faad.m4 | ||
libwrap.m4 | ||
mpd_auto.m4 | ||
mpd_depends.m4 | ||
mpd_func.m4 | ||
pkg.m4 | ||
pretty_print.m4 | ||
ucred.m4 |