shithub: openh264

Download patch

ref: 22f04159bbb530133201c8a3c4c11d68bc21b164
parent: 04f066ae7c6f3feee3259480660b7b5060a424fe
author: Martin Storsjö <[email protected]>
date: Wed Jul 16 17:20:37 EDT 2014

Fix incorrect indentation in build/platform-android.mk

--- a/build/platform-android.mk
+++ b/build/platform-android.mk
@@ -15,7 +15,7 @@
 else ifeq ($(ARCH), arm64)
   APP_ABI = arm64-v8a
 else ifeq ($(ARCH), x86)
-    APP_ABI = x86
+  APP_ABI = x86
   ifeq (Yes, $(USE_ASM))
     ASMFLAGS += -f elf32
   endif
@@ -25,7 +25,7 @@
     ASMFLAGS += -f elf64
   endif
 else
-    APP_ABI = $(ARCH)
+  APP_ABI = $(ARCH)
 endif
 
 ifndef NDKROOT