Skip to content
Snippets Groups Projects
Commit c43e5faf authored by Carl Eugen Hoyos's avatar Carl Eugen Hoyos
Browse files

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

(cherry picked from commit 1d523ea8)
parent 876d2d8d
Branches release/2.6
No related tags found
No related merge requests found
......@@ -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);
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment