]> git.sesse.net Git - vlc/commit
contrib: speexdsp: fix build with android-ndk10c
authorThomas Guillem <tom@gllm.fr>
Mon, 20 Oct 2014 12:50:27 +0000 (14:50 +0200)
committerJean-Baptiste Kempf <jb@videolan.org>
Mon, 20 Oct 2014 15:38:14 +0000 (17:38 +0200)
commitef98e81ff014175fd7494c8313de8883d15834b3
tree362ad403c17247adcd204f3a99fddeae7e1c1248
parentccc10baea4650042532307da4f4a9c67b9f6dbea
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>
contrib/src/speexdsp/rules.mak