summaryrefslogtreecommitdiff
path: root/modules/webm
diff options
context:
space:
mode:
authorRĂ©mi Verschelde <rverschelde@gmail.com>2019-06-20 10:22:23 +0200
committerGitHub <noreply@github.com>2019-06-20 10:22:23 +0200
commitd61bce1b7528029492a855740635a028acf451c4 (patch)
tree441965626064f7f8dd86e67b4bac63aa671a2309 /modules/webm
parent5a29be31b3055e218107df50bbbebdc0865026e8 (diff)
parentf7200d696005c65098ccf56f648a9c1a092aa905 (diff)
Merge pull request #29910 from m4gr3d/dev_deprecate_armv6
Deprecate support for Android armv6 architecture
Diffstat (limited to 'modules/webm')
-rw-r--r--modules/webm/libvpx/SCsub2
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':