realXtend / tundra

realXtend Tundra SDK, a 3D virtual world application platform.
www.realxtend.org
Apache License 2.0
84 stars 70 forks source link

OGG playback is broken on 64-bit Windows builds #672

Closed Stinkfist0 closed 11 years ago

Stinkfist0 commented 11 years ago

Tested on both VC9 and VC10 x64 builds. OGG playback works just fine in Debug build, but in RelWithDebInfo the audio is distorted static noise.

jonnenauha commented 11 years ago

Might this be due you our optimization flags etc. I remember that I had to remove some of the linker/compile flags from VlcPlugin back in the day otherwise it crashed each time you started playback :)

I know RelWithDebInfo does not have loads of flags enabled. Also removing flags would slow down/bloat the whole TundraCore module which would be bad :(

No one else if having x64 problems with ogg? I would think that this is a common thing or are we just using the lib wrong?

Stinkfist0 commented 11 years ago

Kudos for @jonnenauha for originally noticing out what the problem was.