Merge pull request #29910 from m4gr3d/dev_deprecate_armv6

Deprecate support for Android armv6 architecture
This commit is contained in:
Rémi Verschelde
2019-06-20 10:22:23 +02:00
committed by GitHub
6 changed files with 5 additions and 24 deletions

View File

@@ -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':