<div dir="ltr">Out of the blue (but after updating to 1.0.7.16) I am having problems loading .mp3 files with SDL2_mixer<div><br></div><div>The code fails to load a shared library libsmpeg2-2.0.so.0 and reports there is no such shared object.</div>
<div><br></div><div>Using the <span class="">zypper</span> command utility I couldn't find which library to install in the engine image and which package to include as prerequisite in my .spec file. I've found a shared library <span class="">smpeg</span> but not smpeg2 which is required by SDL2_mixer</div>
<div><br></div><div>Another thing regarding the SDL2 libraries: have the source/header files moved folder or maybe the search pat? Because in my code I had:</div><div><br></div><div><div>#include <<span class="">SDL</span>.h></div>
<div>#include <<span class="">SDL</span>_mixer.h></div><div>#include <<span class="">SDL</span>_<span class="">ttf</span>.h></div><div>#include <<span class="">SDL</span>_image.h></div></div><div><br></div>
<div>and now it doesn't compile and had to change into:</div><div><br></div><div><div><div>#include <<b>SDL2/</b><span class="">SDL</span>.h></div><div>#include <<b>SDL2/</b><span class="">SDL</span>_mixer.h></div>
<div>#include <<b>SDL2/</b><span class="">SDL</span>_<span class="">ttf</span>.h></div><div>#include <<b>SDL2/</b><span class="">SDL</span>_image.h></div></div></div><div><br></div><div>I have the above problem with a new game I'm writing but in order to verify this I recompiled a game of mine that previously worked perfectly and have the same issues.</div>
<div><br></div><div>PS</div><div>:-(</div><div>still waiting for SDL2 games to be allowed on the market</div></div>