Commit b4730f28 authored by Rémi Duraffort's avatar Rémi Duraffort

aout_sdl: fix compilation.

parent f6602196
......@@ -108,7 +108,7 @@ static int Open ( vlc_object_t *p_this )
return VLC_EGENERIC;
}
if( var_Get( p_aout, "audio-device" ) != VLC_ENOVAR )
if( var_Get( p_aout, "audio-device", &val ) != VLC_ENOVAR )
{
/* The user has selected an audio device. */
if ( val.i_int == AOUT_VAR_STEREO )
......
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