]> git.sesse.net Git - vlc/commit
HAVE_FPU: make constant
authorRémi Denis-Courmont <remi@remlab.net>
Mon, 19 Oct 2009 19:15:30 +0000 (22:15 +0300)
committerRémi Denis-Courmont <remi@remlab.net>
Mon, 19 Oct 2009 19:15:30 +0000 (22:15 +0300)
commit145903d05b94462eaa309575e46c3cbafb853a42
tree9703c42799ca57c7bec91e116d0ecb6310da2f41
parentfefa53d2f6d8f0b95774b325e2ef72ec22b46150
HAVE_FPU: make constant

Currently, we do not have any architecture where this would not be
a build-time constant. Constancy helps fixing a few issues in the audio
path.
include/vlc_cpu.h
modules/audio_filter/converter/mpgatofixed32.c
modules/audio_output/alsa.c
modules/audio_output/pulse.c
modules/codec/faad.c
modules/codec/fluidsynth.c
src/audio_output/output.c
src/libvlc-module.c
src/libvlc.c
src/misc/cpu.c