summaryrefslogtreecommitdiffstats
path: root/encoder.x86.mk
diff options
context:
space:
mode:
authorMartin Storsjo <martin@martin.st>2015-06-27 00:24:12 +0300
committerMarco Nelissen <marcone@google.com>2015-07-31 18:47:07 +0000
commit970dfc0e8264cfebbff38211baf3ba0e35840426 (patch)
tree8041a88433c06ebfe8a60829e3bbc9b5d8b0dfd5 /encoder.x86.mk
parent61791a91be204f985b9ba2537f8d2cf57816b0d2 (diff)
downloadandroid_external_libavc-970dfc0e8264cfebbff38211baf3ba0e35840426.tar.gz
android_external_libavc-970dfc0e8264cfebbff38211baf3ba0e35840426.tar.bz2
android_external_libavc-970dfc0e8264cfebbff38211baf3ba0e35840426.zip
Don't set -mno-avx
There is no point in intentionally disabling this feature; it isn't enabled by default by the compiler - and if it were to be enabled by default (if the toolchain baseline includes it, because it can be expected to be supported everywhere) there would be no reason to disable it. Bug: 22860270 Change-Id: I67019eea63c4fb7183d9e47cf16bc8485022fef2
Diffstat (limited to 'encoder.x86.mk')
-rw-r--r--encoder.x86.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/encoder.x86.mk b/encoder.x86.mk
index f1e2ffa..91f20d9 100644
--- a/encoder.x86.mk
+++ b/encoder.x86.mk
@@ -1,4 +1,4 @@
-libavce_cflags_x86 += -DX86 -msse4.2 -mno-avx
+libavce_cflags_x86 += -DX86 -msse4.2
libavce_inc_dir_x86 += $(LOCAL_PATH)/encoder/x86
libavce_inc_dir_x86 += $(LOCAL_PATH)/common/x86