summaryrefslogtreecommitdiffstats
path: root/decoder.x86.mk
diff options
context:
space:
mode:
authorMartin Storsjo <martin@martin.st>2015-06-18 10:39:06 +0300
committerMarco Nelissen <marcone@google.com>2015-06-25 08:25:51 -0700
commit9831e85efde08790a58920ab6d24bd9df48a025b (patch)
tree8c9414340e3b6cb3d1b792887be6e4a2d88f8bd3 /decoder.x86.mk
parent56378a82a6ea1928352428b290e801a9dcd6fd34 (diff)
downloadandroid_external_libavc-9831e85efde08790a58920ab6d24bd9df48a025b.tar.gz
android_external_libavc-9831e85efde08790a58920ab6d24bd9df48a025b.tar.bz2
android_external_libavc-9831e85efde08790a58920ab6d24bd9df48a025b.zip
Don't add -m32/-m64 to the cflags
If the environment already indicates that the compiler targets either x86 or x86_64, we don't need to enforce this by trying to force the compiler to output a specific bitness. Change-Id: Ife6e717e90b4da4edd852dcd66ad92dba70939a2
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 2915ffd..e7a4686 100644
--- a/decoder.x86.mk
+++ b/decoder.x86.mk
@@ -1,4 +1,4 @@
-libavcd_cflags_x86 += -DX86 -m32 -msse4.2 -mno-avx -DDEFAULT_ARCH=D_ARCH_X86_SSE42
+libavcd_cflags_x86 += -DX86 -msse4.2 -mno-avx -DDEFAULT_ARCH=D_ARCH_X86_SSE42
libavcd_inc_dir_x86 += $(LOCAL_PATH)/decoder/x86
libavcd_inc_dir_x86 += $(LOCAL_PATH)/common/x86