Displaying 1 result from an estimated 1 matches for "pathtolibvorbi".
Did you mean:
pathtolibvorbis
2000 May 22
1
Winamp plugin compile problems and fix/docs
...uff in c:\vorbis
Put the winamp input sdk in there too.
Install Cygnus environment (from sourceware.cygnus.com).
Run bash.
mount -b c:\vorbis /vorbis (yes, there really is a mount command.)
./configure as usual
compile vorbis.c in winamp directory with gcc -c
link the dll with gcc --shared vorbis.o pathtolibvorbis.a
pathtovorbisfile.a
put the dll in the winamp plugins directory as in_vorbis.dll
It seems to work. A song I encoded with the example_encoder (actually I
used a script I listed in a previous message
to call the encoder) plays fine. Weird rate (151 Kbps). Title is "Song
encoded with example_e...