[SDL] Appending resources to .exe

Martin Storsjö martin at martin.st
Thu Apr 5 00:27:05 PDT 2007


On Wed, 4 Apr 2007, Andre de Leiradella wrote:

> You're right. I do essentially the same thing, but with on-the-fly 
> decompression using bzip2. But one thing that really bothers me is 
> having to extract MP3 files to the file system with the .mp3 extension 
> to be able to have SDL_Mixer read it.

Ah, but if you do decompression you probably get the file start/end 
correctly in your SDL_RWops, so that seeking works as it should. In that 
case it's probably only a problem with the MP3 file loading in SDL_Mixer, 
as you suspected.

// Martin


More information about the SDL mailing list