[OT] SMPEG source needs to be corrected + Q

subj. In an file smpeg.h where are all exported functions declared using
DECLSPEC, it is missing for SMPEG_seek, SMPEG_skip thats why they don’t
get exported and it was imposiible to compile examples.

I also had weird behaviour when SMPEG should quit it hangs up. Also when i
was playing mp3, it sounded distorted, there were little pauses and
something like this.

Has anybody tried and succeded in compiling sdl_mixer with ogg support? I
tried but it seems that theyr lib doesn’t export any symbols. Has anybody
some patch for this?

(all this was done in win98/vc6)

btw. SMPEG rocks! :wink:

Kovacs

subj. In an file smpeg.h where are all exported functions declared using
DECLSPEC, it is missing for SMPEG_seek, SMPEG_skip thats why they don’t
get exported and it was imposiible to compile examples.

This is fixed, thanks.

I also had weird behaviour when SMPEG should quit it hangs up. Also when i
was playing mp3, it sounded distorted, there were little pauses and
something like this.

I’ll look at this the next time I’m playing with the mixer under Windows.

Has anybody tried and succeded in compiling sdl_mixer with ogg support? I
tried but it seems that theyr lib doesn’t export any symbols. Has anybody
some patch for this?

I added ogg support to the latest mixer library (1.0.6), but I haven’t tried
compiling it under Windows yet.

btw. SMPEG rocks! :wink:

Thanks!
-Sam Lantinga, Lead Programmer, Loki Entertainment Software

Well there are problems with ogg support…

DECLSPEC needs to be added to SDL_Error function in SDL_error.c because it
seems it is used somewhere in mixer when adding ogg functionality.

KovacsOn Thu, 6 Jul 2000, Sam Lantinga wrote:

subj. In an file smpeg.h where are all exported functions declared using
DECLSPEC, it is missing for SMPEG_seek, SMPEG_skip thats why they don’t
get exported and it was imposiible to compile examples.

This is fixed, thanks.

I also had weird behaviour when SMPEG should quit it hangs up. Also when i
was playing mp3, it sounded distorted, there were little pauses and
something like this.

I’ll look at this the next time I’m playing with the mixer under Windows.

Has anybody tried and succeded in compiling sdl_mixer with ogg support? I
tried but it seems that theyr lib doesn’t export any symbols. Has anybody
some patch for this?

I added ogg support to the latest mixer library (1.0.6), but I haven’t tried
compiling it under Windows yet.

btw. SMPEG rocks! :wink:

Thanks!
-Sam Lantinga, Lead Programmer, Loki Entertainment Software