1
mirror of https://code.videolan.org/videolan/vlc synced 2024-08-31 06:46:39 +02:00

aout_sdl: fix compilation.

This commit is contained in:
Rémi Duraffort 2009-10-10 12:13:56 +02:00
parent f660219664
commit b4730f28df

View File

@ -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 )