fix to enable file dumping with ogg vorbis, closes #5
This commit is contained in:
parent
51589a5aad
commit
0bfed4a3ae
|
@ -27,4 +27,5 @@ with contributions by:
|
|||
<jochen2@users.sourceforge.net>
|
||||
Alexander Vlasov <zulu@galaradio.com>
|
||||
Mariusz Mazur <mmazur@kernel.pl>
|
||||
<derrick@csociety.org>
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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/
|
||||
|
|
|
@ -964,6 +964,7 @@ DarkIce :: configFileCast ( const Config & config )
|
|||
dsp.get(),
|
||||
bitrateMode,
|
||||
bitrate,
|
||||
quality,
|
||||
dsp->getSampleRate(),
|
||||
dsp->getChannel() );
|
||||
#endif // HAVE_VORBIS_LIB
|
||||
|
|
Loading…
Reference in New Issue