Any examples around on how to get to work sdl_mixer and smpeg?

Hello all,

I'm looking for an example that exaplains how to get to work together sdl_mixer and smpeg. any one can help me?

Thanks in advance,

Vicente Werner

Hello all,

I'm looking for an example that exaplains how to get to work together sdl_mixer and smpeg. any one can help me?

UNIX:
If you have smpeg installed, and configure the mixer, it will automatically
be built with MP3 support, no additional configuration is necessary.

If you actually want to play a movie with sound while audio is active using
SDL_mixer, well… that’s black magic. :slight_smile: Send me e-mail for details.

See ya,
-Sam Lantinga, Lead Programmer, Loki Entertainment Software

If you actually want to play a movie with sound while audio is active using
SDL_mixer, well… that’s black magic. :slight_smile: Send me e-mail for details.

Hrm… Works for me. I originally had to configure smpeg with "–with-mixer"
or “–use-mixer” or something… but now smpeg doesn’t need that.

-bill!