warn that volume changes are not supported with this output

git-svn-id: svn://svn.code.sf.net/p/rdesktop/code/trunk/rdesktop@837 423420c4-83ab-492f-b58f-81f9feb106b5
This commit is contained in:
Michael Gernoth 2005-03-08 12:29:19 +00:00
parent 653ae4e33f
commit da1244ef76

View File

@ -83,6 +83,7 @@ wave_out_close(void)
if (o_device != NULL)
ao_close(o_device);
ao_shutdown();
}
@ -132,6 +133,7 @@ wave_out_set_format(WAVEFORMATEX * pwfx)
void
wave_out_volume(uint16 left, uint16 right)
{
warning("volume changes not supported with libao-output\n");
}
void