]> git.sesse.net Git - vlc/blobdiff - modules/audio_output/alsa.c
For consistency, remove references to vlc from libvlc
[vlc] / modules / audio_output / alsa.c
index fc0090f7946ef9db9b1aadadee25e5fe487cb2c3..4f48fcbb6a83bd3b5e7c79904085a17f5be2a7cf 100644 (file)
@@ -358,7 +358,7 @@ static int Open( vlc_object_t *p_this )
 
     /* Choose the linear PCM format (read the comment above about FPU
        and float32) */
-    if( p_aout->p_libvlc->i_cpu & CPU_CAPABILITY_FPU )
+    if( p_aout->p_libvlc_global->i_cpu & CPU_CAPABILITY_FPU )
     {
         i_vlc_pcm_format = VLC_FOURCC('f','l','3','2');
         i_snd_pcm_format = SND_PCM_FORMAT_FLOAT;