search for: milent

Displaying 4 results from an estimated 4 matches for "milent".

Did you mean: silent
2003 Sep 15
1
libogg and libvorbis on MinGW
I am using libogg, libvorbis, and libvorbisfile in my most recent project. One of the build environments that my project must build on is MinGW. http://www.mingw.org/ Unfortunately, it seems that there are a few (possibly) minor problems with the libogg and libvorbis build processes which prevent me from building them under MinGW. One is that both of them reference header _G_config.h which
2003 Sep 18
1
Mixing libvorbisfile with SDL
I am having no luck at all mixing libvorbisfile with the cross-platform gaming library SDL. It seems that any time I call ov_clear, the app goes unstable and crashes later in calls to glibc. This is unacceptable for obvious reasons and I was wondering if there was a way to fix it by just using libvorbis. I was going to experiment with the possibility, but I have, as yet, been unable to find
2003 Sep 14
0
ov_clear(&vorbis) segfaults? (Backtrace and test case)
Well, I've done more work on this today and done the following: -I simplified the test program to just under 125 lines of code. -I discovered that the code works fine on my friend's Darwin machine. -I discovered that the code works fine in my friend's i386 linux machine. -I discovered that the code fails in ALL of my i386 redhat 9 machines. (Even the ones where I've rebuilt
2003 Sep 14
6
ov_clear(&vorbis) segfaults?
Hello all. I'm new to this list. I'm also new to coding with libvorbis and things, so please bear with me. :) I've been having trouble with libvorbisfile. My use of it is fairly simple, but when I try to ov_clear the vorbis file, it segfaults. I can attach or otherwise make availible some demo source code, but for now I'll just pull out relevant lines: //BEGIN PSEUDO CODE