fix to enable file dumping with ogg vorbis, closes #5

This commit is contained in:
darkeye 2007-01-14 10:01:25 +00:00
parent 51589a5aad
commit 0bfed4a3ae
4 changed files with 6 additions and 1 deletions

View File

@ -27,4 +27,5 @@ with contributions by:
<jochen2@users.sourceforge.net>
Alexander Vlasov <zulu@galaradio.com>
Mariusz Mazur <mmazur@kernel.pl>
<derrick@csociety.org>

View File

@ -3,6 +3,8 @@ DarkIce next release
o fix to enable compiling on 64 bit platforms
thanks to Alexander Vlasov <zulu@galaradio.com> and
Mariusz Mazur <mmazur@kernel.pl>
o fix to enable file dump feature using ogg vorbis.
thanks to <derrick@csociety.org>
19-05-2006 DarkIce 0.17.1 released

View File

@ -100,7 +100,8 @@ Developed with contributions by
<jochen2@users.sourceforge.net>
Alexander Vlasov <zulu@galaradio.com>
Mariusz Mazur <mmazur@kernel.pl>
<derrick@csociety.org>
.SH LINKS
Project homepage:
.I http://darkice.sourceforge.net/

View File

@ -964,6 +964,7 @@ DarkIce :: configFileCast ( const Config & config )
dsp.get(),
bitrateMode,
bitrate,
quality,
dsp->getSampleRate(),
dsp->getChannel() );
#endif // HAVE_VORBIS_LIB