SDL_mixer has no OGG support

Hello,

I’m getting error message:

configure: error: *** SDL_mixer has no OGG support! You need SDL_mixer with OGG support

where to get SDL mixer with OGG support? I have linux openSUSE

Cheers.----------------------------------------------------------------------
Dotknij mnie! >>> http://link.interia.pl/f19ca

Hello MrElusive,

Friday, November 17, 2006, 9:31:43 PM, you wrote:

Hello,

I’m getting error message:

configure: error: *** SDL_mixer has no OGG support! You need SDL_mixer with OGG support

where to get SDL mixer with OGG support? I have linux openSUSE

If you are using the SUSE package, look for an update. Maybe you need
to install libvorbis in a seperate package.

If you are compiling it, make sure ogg/vorbis is installed, probably
the developer version (will come with header files).–
Best regards,
Peter mailto:@Peter_Mulholland

Friday, November 17, 2006, 10:04:03 PM, you wrote:

Hi,

I have noticed a similar problem with my SDL_mixer not being able to play
OGG files. When I include all the libraries, i get a procedure entry not
found. My SDL_mixer can play everything mp3’s, wav’s but it only has a
problem with OGG’s.

Let me know if you have encountered this as well

If this is on Windows, you need libogg.dll libvorbis.dll and
libvorbisfile.dll in the same directory as SDL_mixer.dll–
Best regards,
Peter mailto:@Peter_Mulholland