Displaying 2 results from an estimated 2 matches for "wintersteller".
2004 May 24
3
Testing floor0-Decoding
Do anybody know, from where I can get an Ogg Vorbis File, which uses
floor0 coding.
I know that the current encoder doesn't use floor0. Anyway, to be fully
compliant with the Vorbis Specification the decoder still must be able
to decode floor0. I am working on a Vorbis port to a DSP. I want to go
sure, that if the need of floor0 decoding will again occur, this also
will work properly.
2004 Feb 18
5
compiling vorbis in cygwin
Hi,
On compiling vorbis in a cygwin shell using "./autogen.sh" I get the
following error...
configure:19396: checking for Ogg
configure:19431: gcc -o conftest.exe -O20 -D__NO_MATH_INLINES -fsigned-char
-DUSE_MEMORY_H conftest.c -lm -logg >&5
/usr/lib/gcc-lib/i686-pc-cygwin/3.3.1/../../../../i686-pc-cygwin/bin/ld:
cannot find -logg
collect2: ld returned 1 exit status
The