• Max Kellermann's avatar
    aac: detect whether to pass "uint32_t*" to NeAACDecInit2() · 9c4e97a6
    Max Kellermann authored
    neaacdec.h declares all arguments as "unsigned long", but internally
    expects uint32_t pointers.  This triggers gcc warnings on 64 bit
    architectures.  To avoid that, make configure.ac detect whether we're
    using Debian's corrected headers or the original libfaad headers.  In
    any case, pass a pointer to an uint32_t, conditionally casted to
    "unsigned long*".
    9c4e97a6
aac_plugin.c 11.1 KB