shithub: openh264

Download patch

ref: 64b4556d133cd7ac29ae018c25397ad2dfa28897
parent: a127690884bd382f57b02fcfc1316479b8b08e64
author: Martin Storsjö <[email protected]>
date: Fri Mar 7 06:30:19 EST 2014

Rerun mktargets.sh

This fixes inconsistent indentation of one line, caused by
manually editing one of the targets.mk files.

--- a/codec/common/targets.mk
+++ b/codec/common/targets.mk
@@ -26,7 +26,7 @@
 COMMON_ASM_S_SRCS=\
 	$(COMMON_SRCDIR)/deblocking_neon.S\
 	$(COMMON_SRCDIR)/expand_picture_neon.S\
-        $(COMMON_SRCDIR)/mc_neon.S\
+	$(COMMON_SRCDIR)/mc_neon.S\
 
 COMMON_OBJS += $(COMMON_ASM_S_SRCS:.S=.o)
 endif