]> git.sesse.net Git - vlc/blobdiff - modules/audio_output/alsa.c
HAVE_FPU: make constant
[vlc] / modules / audio_output / alsa.c
index c8568a6ab7a943fc14ec330cff47367938ac4787..c479d3ace981f6c5fd03c9d13cddf510e9d77051 100644 (file)
@@ -359,7 +359,7 @@ static int Open( vlc_object_t *p_this )
 
     /* Choose the linear PCM format (read the comment above about FPU
        and float32) */
-    if( vlc_CPU() & CPU_CAPABILITY_FPU )
+    if( HAVE_FPU )
     {
         i_vlc_pcm_format = VLC_CODEC_FL32;
         i_snd_pcm_format = SND_PCM_FORMAT_FLOAT;