diff options
author | fhuya <fhuyakou@gmail.com> | 2019-06-19 12:05:58 -0700 |
---|---|---|
committer | fhuya <fhuyakou@gmail.com> | 2019-06-19 12:05:58 -0700 |
commit | f7200d696005c65098ccf56f648a9c1a092aa905 (patch) | |
tree | 551f6ec34f96f63f53ec55e12c737077d8594c24 /modules/webm | |
parent | 02ed4b392cc6655bfd9958c0c0fececffd8e5836 (diff) |
Deprecate armv6 support for Android
Diffstat (limited to 'modules/webm')
-rw-r--r-- | modules/webm/libvpx/SCsub | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/modules/webm/libvpx/SCsub b/modules/webm/libvpx/SCsub index a6be1380a6..c76585013c 100644 --- a/modules/webm/libvpx/SCsub +++ b/modules/webm/libvpx/SCsub @@ -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': |