search for: seeking_test

Displaying 3 results from an estimated 3 matches for "seeking_test".

2007 Oct 01
2
seeking_test.c and chaining_example.c
which is the purpose of this functions? _________________________________________________________________ Busca desde cualquier p?gina Web con una protecci?n excepcional. Consigue la Barra de herramientas de Windows Live hoy mismo y GRATUITAMENTE. http://www.toolbar.live.com -------------- next part -------------- An HTML attachment was scrubbed... URL:
2000 Jun 19
0
Compilation issues on Mac OS X Server 1.2
...work, not in /usr/lib/libm.a so "-lm" generates an error. I edited the configure script to add a case to set Rhapsody's LIBS to "" after where it's done for BeOS, and then re-ran the script. This time configure finished. Now, however, make dies when trying to build seeking_test because it couldn't find _drand48. I was able to replace this with my own random function which just calls rand and converts the result to a scaled double. The whole thing now builds, but I have no idea how well it works. Just thought others should know. I can supply Rhapsody's /us...
2000 Apr 21
3
vorbisfile updates, and a couple of questions
The changes to vorbisfile that I suggested earlier have now been committed - this is mostly a merge of my code with a similar patch from Martin Vogt (thanks Martin). The old ov_open() interface remains untouched - and for many people, this is all you'll need to use, ever. It now calls the new interface with appropriate arguments. The new ov_open_callbacks() function adds an extra argument to