search for: sdl2_mixer

Displaying 3 results from an estimated 3 matches for "sdl2_mixer".

Did you mean: lsdl_mixer
2016 Jan 31
2
Shipping development files for mingw32
Hi, Is is possible to ship development files for MinGW32 like static libs and headers? I am particularly interested in libvorbisfile required to build Wesnoth on Windows. SDL2 provides a convenient distribution that I unpack and it works: https://www.libsdl.org/projects/SDL_mixer/release/SDL2_mixer-devel-2.0.1-mingw.tar.gz https://www.libsdl.org/projects/SDL_mixer/ But I can't find where I can download libvorbisfile.a for i686-w64-mingw32 and can't compile it, because building from source requires installing Linux tools like bash, m4 and autoconf on Windows. -- anatoly t.
2015 Jul 13
1
Question about changing default metric for codebooks
...; might, instead, like to improve Opus. A lot of Open Source applications are currently using vorbis/libvorbis instead of opus. I don't see any signs of them being ported to opus. I'm working with several Open Source SDL2 programs now (updating, building, packaging, etc.) and they all use SDL2_mixer which in turn uses libvorbis. There's not even an option to use opus with SDL2_mixer at this point in time. The sdl_sound library also uses libvorbis and doesn't offer the option to use opus. Same is true of sox.
2016 Jan 31
0
Shipping development files for mingw32
...to ship development files for MinGW32 > like static libs and headers? I am particularly interested > in libvorbisfile required to build Wesnoth on Windows. > SDL2 provides a convenient distribution that I unpack > and it works: > > https://www.libsdl.org/projects/SDL_mixer/release/SDL2_mixer-devel-2.0.1-mingw.tar.gz > https://www.libsdl.org/projects/SDL_mixer/ > > But I can't find where I can download libvorbisfile.a for > i686-w64-mingw32 and can't compile it, because > building from source requires installing Linux tools like > bash, m4 and autoconf on Windo...