diff options
author | jabdoa2 <jabdoa2@users.noreply.github.com> | 2020-12-31 17:48:11 +0100 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2021-01-14 18:38:25 -0800 |
commit | 6f1f055f62dbc86a34deaed3bc95cc8cb767622c (patch) | |
tree | cc2cddd560b6888dead6447b5f29a2031fca5047 /meta-python | |
parent | 65d71ece83897b36891c106bec1eb37ca5859658 (diff) | |
download | meta-openembedded-6f1f055f62dbc86a34deaed3bc95cc8cb767622c.tar.gz |
libsdl2-mixer: Fix ogg/vorbis support in libsdl2-mixer
Remove --enable-music-ogg-tremor as it broke vorbis support:
checking tremor/ivorbisfile.h usability... no
checking tremor/ivorbisfile.h presence... no
checking for tremor/ivorbisfile.h... no
checking for ov_open_callbacks in -lvorbisidec... no
configure: WARNING: *** Unable to find Ogg Vorbis Tremor library (http://www.xiph.org/)
configure: WARNING: Ogg Vorbis support disabled
With this change:
checking vorbis/vorbisfile.h usability... yes
checking vorbis/vorbisfile.h presence... yes
checking for vorbis/vorbisfile.h... yes
checking for ov_open_callbacks in -lvorbisfile... yes
-- dynamic libvorbisfile -> libvorbisfile.so.3
Signed-off-by: Khem Raj <raj.khem@gmail.com>
(cherry picked from commit 074c7d9a1ebb86674f02d8a5545e1ed54f6d87fe)
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'meta-python')
0 files changed, 0 insertions, 0 deletions