contrib: speexdsp: fix build with android-ndk10c
In android-ndk10c, there is a "arm_neon.h" for all archs. The arm_neon.h for x86* contains correspondence between neon and sse. In speexdsp, There is a conflict between resample_sse.h and resample_neon.h. So disable neon if arch is known to don't have neon. Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org> (cherry picked from commit ef98e81ff014175fd7494c8313de8883d15834b3) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
Showing
Please register or sign in to comment