summaryrefslogtreecommitdiffstats
path: root/decoder.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 /decoder.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 'decoder.x86.mk')
-rw-r--r--decoder.x86.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/decoder.x86.mk b/decoder.x86.mk
index e7a4686..100a501 100644
--- a/decoder.x86.mk
+++ b/decoder.x86.mk
@@ -1,4 +1,4 @@
-libavcd_cflags_x86 += -DX86 -msse4.2 -mno-avx -DDEFAULT_ARCH=D_ARCH_X86_SSE42
+libavcd_cflags_x86 += -DX86 -msse4.2 -DDEFAULT_ARCH=D_ARCH_X86_SSE42
libavcd_inc_dir_x86 += $(LOCAL_PATH)/decoder/x86
libavcd_inc_dir_x86 += $(LOCAL_PATH)/common/x86