Commit a9c5b6f6 authored by Ronald S. Bultje's avatar Ronald S. Bultje

cpu: initialize mask to -1, so that by default, optimizations are used.

parent 6193ff68
...@@ -19,7 +19,7 @@ ...@@ -19,7 +19,7 @@
#include "cpu.h" #include "cpu.h"
#include "config.h" #include "config.h"
static int cpuflags_mask, checked; static int cpuflags_mask = -1, checked;
int av_get_cpu_flags(void) int av_get_cpu_flags(void)
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment