Files
meta-openembedded/meta-oe/recipes-graphics
jabdoa2 6f1f055f62 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 074c7d9a1e)
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2021-01-14 18:38:25 -08:00
..
2017-01-25 15:58:52 +01:00
2017-07-14 23:43:21 +02:00
2020-04-19 11:55:06 -07:00
2017-08-13 13:21:02 +02:00
2020-01-22 09:56:35 -08:00
2020-03-02 22:46:06 -08:00
2020-01-22 09:56:34 -08:00
2019-12-29 10:32:10 -08:00
2019-09-23 08:33:10 -07:00
2019-05-26 12:22:21 -07:00
2020-03-18 15:33:49 -07:00
2020-02-02 08:08:56 -08:00
2020-03-17 19:46:35 -07:00
2020-04-06 08:29:49 -07:00
2019-01-10 09:05:36 -08:00
2020-03-10 13:48:39 -07:00
2020-01-11 08:39:34 -08:00
2019-12-23 15:03:15 -08:00
2019-09-25 17:58:46 -07:00
2020-07-01 08:01:41 -07:00
2020-04-12 23:33:38 -07:00