git.videolan.org
/
vlc.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
HAVE_FPU: make constant
[vlc.git]
/
modules
/
codec
/
fluidsynth.c
diff --git
a/modules/codec/fluidsynth.c
b/modules/codec/fluidsynth.c
index
34b4d15
..
8590de9
100644
(file)
--- 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;
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;
{
p_dec->fmt_out.i_codec = VLC_CODEC_FL32;
p_dec->fmt_out.audio.i_bitspersample = 32;