Commit 1d523ea8 authored by Carl Eugen Hoyos's avatar Carl Eugen Hoyos

lavc/hevcdsp: Fix compilation for arm with --disable-neon.

parent 88bf1689
......@@ -259,6 +259,6 @@ int i = 0;
if (ARCH_X86)
ff_hevc_dsp_init_x86(hevcdsp, bit_depth);
if (ARCH_ARM)
if (HAVE_NEON)
ff_hevcdsp_init_arm(hevcdsp, bit_depth);
}
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