X-Git-Url: http://git.videolan.org/gitweb.cgi/vlc.git/?p=vlc.git;p=vlc.git;a=blobdiff_plain;f=modules%2Fcodec%2Ffluidsynth.c;h=8590de93a88541e9e740463b2224320e625e1a04;hp=34b4d15c13109aa655799aa95659053f3f1d94ea;hb=145903d05b94462eaa309575e46c3cbafb853a42;hpb=fefa53d2f6d8f0b95774b325e2ef72ec22b46150 diff --git a/modules/codec/fluidsynth.c b/modules/codec/fluidsynth.c index 34b4d15c13..8590de93a8 100644 --- a/modules/codec/fluidsynth.c +++ b/modules/codec/fluidsynth.c @@ -109,7 +109,7 @@ static int Open (vlc_object_t *p_this) p_dec->fmt_out.audio.i_original_channels = p_dec->fmt_out.audio.i_physical_channels = AOUT_CHAN_LEFT | AOUT_CHAN_RIGHT; - if (vlc_CPU () & CPU_CAPABILITY_FPU) + if (HAVE_FPU) { p_dec->fmt_out.i_codec = VLC_CODEC_FL32; p_dec->fmt_out.audio.i_bitspersample = 32;