Commit 7d3aa2ca authored by Michael Niedermayer's avatar Michael Niedermayer

avutil/float_dsp: Remove use of deprecated av_set_cpu_flags_mask()

Signed-off-by: 's avatarMichael Niedermayer <michael@niedermayer.cc>
parent 005d0069
......@@ -431,7 +431,7 @@ int main(int argc, char **argv)
fill_double_array(&lfg, dbl_src1, LEN);
avpriv_float_dsp_init(&fdsp, 1);
av_set_cpu_flags_mask(0);
av_force_cpu_flags(0);
avpriv_float_dsp_init(&cdsp, 1);
if (test_vector_fmul(&fdsp, &cdsp, src0, src1))
......
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