From 0a1b2aecb75b949df6b465a4e4ccc739af034443 Mon Sep 17 00:00:00 2001 From: Martin Storsjo Date: Fri, 17 Aug 2012 11:28:09 +0300 Subject: [PATCH] avcenc: Remove a leftover define This should have been removed as part of f5af6314db, but the second __arm__ define was introduced after the original commit was written, and not removing the second one was an oversight in rebasing the patch on top of the new code. Change-Id: Iccf08ffdef130446dd6e97dc1e15e6a1d4f9386f --- media/libstagefright/codecs/avc/enc/Android.mk | 1 - 1 file changed, 1 deletion(-) diff --git a/media/libstagefright/codecs/avc/enc/Android.mk b/media/libstagefright/codecs/avc/enc/Android.mk index 3678329941..845d1d3406 100644 --- a/media/libstagefright/codecs/avc/enc/Android.mk +++ b/media/libstagefright/codecs/avc/enc/Android.mk @@ -48,7 +48,6 @@ LOCAL_C_INCLUDES := \ $(LOCAL_PATH)/../common LOCAL_CFLAGS := \ - -D__arm__ \ -DOSCL_IMPORT_REF= -DOSCL_UNUSED_ARG= -DOSCL_EXPORT_REF= -- 2.11.0