diff options
author | jabdoa2 <jabdoa2@users.noreply.github.com> | 2020-12-31 17:48:11 +0100 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2020-12-31 11:43:37 -0800 |
commit | 074c7d9a1ebb86674f02d8a5545e1ed54f6d87fe (patch) | |
tree | 03ce0fd02ac51102802653ae22139c9f2706a03b /meta-python/recipes-devtools/python/python3-pydbus/0002-Support-transformation-between-D-Bus-errors-and-exce.patch | |
parent | 5af79fb5f1af82d6240128629378205dc87f8a00 (diff) | |
download | meta-openembedded-074c7d9a1ebb86674f02d8a5545e1ed54f6d87fe.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>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-pydbus/0002-Support-transformation-between-D-Bus-errors-and-exce.patch')
0 files changed, 0 insertions, 0 deletions