package/sdl_sound: fix constness in debug mode
authorYann E. MORIN <yann.morin.1998@free.fr>
Mon, 17 Nov 2014 20:46:05 +0000 (21:46 +0100)
committerPeter Korsgaard <peter@korsgaard.com>
Tue, 18 Nov 2014 07:41:48 +0000 (08:41 +0100)
commit2b0c806d09d593709f8d7189c8a00b95cc76326e
treec3d54eebb5f0a5d710a50fc4a837bebad9fa3939
parent272b5ecd18037a9fd6de78213b10b59c39173ad7
package/sdl_sound: fix constness in debug mode

When in debug mode, ./configure forces -Werror, which uncovers a
constness issue in the speex decoder.

Add a patch to fix this.

Fixes:
    http://autobuild.buildroot.net/results/6f5/6f5e1b782923d6e69e929466f0ddd3eeba28c6f1/
    http://autobuild.buildroot.net/results/c1b/c1b31dc37fe62cb6901edad02bf50d73072b7cf0/
    http://autobuild.buildroot.net/results/162/162e6d77e5812060001ea22faff99055aae3122a/
    ...

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Cc: Bernd Kuhls <bernd.kuhls@t-online.de>
Cc: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/sdl_sound/0001-fix-constness.patch [new file with mode: 0644]