Deprecate armv6 support for Android
This commit is contained in:
parent
02ed4b392c
commit
f7200d6960
6 changed files with 5 additions and 24 deletions
|
|
@ -384,8 +384,6 @@ elif webm_cpu_arm:
|
|||
env_libvpx.add_source_files(env.modules_sources, [libvpx_dir + "third_party/android/cpu-features.c"])
|
||||
|
||||
env_libvpx_neon = env_libvpx.Clone()
|
||||
if env["platform"] == 'android' and env["android_arch"] == 'armv6':
|
||||
env_libvpx_neon.Append(CCFLAGS=['-mfpu=neon'])
|
||||
env_libvpx_neon.add_source_files(env.modules_sources, libvpx_sources_arm_neon)
|
||||
|
||||
if env["platform"] == 'uwp':
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue