summaryrefslogtreecommitdiffstats
path: root/decoder.x86_64.mk
diff options
context:
space:
mode:
authorMartin Storsjo <martin@martin.st>2015-05-20 10:00:45 +0300
committerMarco Nelissen <marcone@google.com>2015-06-25 08:25:43 -0700
commitb8681a4380ad0c2a98e4867fb33942aa7f7772bf (patch)
tree1c6173cde741f5a659203b6bad874f6fdec7b4a9 /decoder.x86_64.mk
parent3749f6f435e79624f72841e866245d84195551cd (diff)
downloadandroid_external_libavc-b8681a4380ad0c2a98e4867fb33942aa7f7772bf.tar.gz
android_external_libavc-b8681a4380ad0c2a98e4867fb33942aa7f7772bf.tar.bz2
android_external_libavc-b8681a4380ad0c2a98e4867fb33942aa7f7772bf.zip
Remove unnecessary defines/undefines in the makefiles
The following defines aren't referenced anywhere in the code base: _LIB MULTICORE APPLY_CONCEALMENT THREAD_QUAD_CORE DISABLE_NEONINTR ARMGCC The DEFAULT_ARCH define isn't used within the encoder at all. The ANDROID define isn't referenced anywhere either, and if necessary, the automatically enabled define __ANDROID__ can be used instead. The defines INSERT_LOGO and LOGO_EN were undefined in the makefiles, but that is unnecessary since nothing actually defines them. The decoder x86_64 makefile also undefined LOGO_EN; an architecture specific makefile shouldn't touch such feature settings, otherwise there's a risk that different builds for different architectures behave significantly differently. Change-Id: I13b86c8bf2feb3a381d904a13f18c3b35f40a575
Diffstat (limited to 'decoder.x86_64.mk')
-rw-r--r--decoder.x86_64.mk1
1 files changed, 0 insertions, 1 deletions
diff --git a/decoder.x86_64.mk b/decoder.x86_64.mk
index 1b018f7..d85cd75 100644
--- a/decoder.x86_64.mk
+++ b/decoder.x86_64.mk
@@ -1,5 +1,4 @@
libavcd_cflags_x86_64 += -DX86 -DDISABLE_AVX2 -m64 -msse4.2 -mno-avx -DDEFAULT_ARCH=D_ARCH_X86_SSE42
-libavcd_cflags_x86_64 += -UAPPLY_CONCEALMENT -ULOGO_EN -DTHREAD_QUAD_CORE
libavcd_inc_dir_x86_64 += $(LOCAL_PATH)/decoder/x86
libavcd_inc_dir_x86_64 += $(LOCAL_PATH)/common/x86