Commit f90a1806 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Waveout: fix compilation

parent 7be4fec8
......@@ -68,7 +68,7 @@ static int PlayWaveOut ( aout_instance_t *, HWAVEOUT, WAVEHDR *,
static void CALLBACK WaveOutCallback ( HWAVEOUT, UINT, DWORD, DWORD, DWORD );
static void* WaveOutThread( vlc_object_t * );
static int VolumeSet( aout_instance_t *, audio_volume_t );
static int VolumeSet( aout_instance_t *, audio_volume_t, bool );
static int WaveOutClearDoneBuffers(aout_sys_t *p_sys);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment