Browse Source

cpu: HAVE_FPU by default

At this point, this seems more reasonable.
pull/194/head
Rémi Denis-Courmont 8 months ago
committed by Jean-Baptiste Kempf
parent
commit
f58357e7ea
  1. 2
      include/vlc_cpu.h

2
include/vlc_cpu.h

@ -193,7 +193,7 @@ unsigned vlc_CPU_raw(void);
* If this preprocessor constant is zero, floating point should be avoided
* (especially relevant for audio codecs).
*/
# define HAVE_FPU 0
# define HAVE_FPU 1
# endif

Loading…
Cancel
Save