diff options
author | Max Kellermann <max@duempel.org> | 2008-11-16 20:04:49 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2008-11-16 20:04:49 +0100 |
commit | 9c4e97a61b59105c9b539faca272305bbb234c17 (patch) | |
tree | db659e51b1fdf1893475d4fb4af4702bbb71a954 /src/playlist.c | |
parent | acfba02310a1b8159440dd71bdf7c7fefb7ef8fb (diff) | |
download | mpd-9c4e97a61b59105c9b539faca272305bbb234c17.tar.gz mpd-9c4e97a61b59105c9b539faca272305bbb234c17.tar.xz mpd-9c4e97a61b59105c9b539faca272305bbb234c17.zip |
aac: detect whether to pass "uint32_t*" to NeAACDecInit2()
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*".
Diffstat (limited to 'src/playlist.c')
0 files changed, 0 insertions, 0 deletions