shithub: openh264

Download patch

ref: 84ff82ee24381a0863a4b145e12441b136ff645a
parent: c8901c7dcd032cca6c2d083697585c3a8f51ff05
author: Martin Storsjö <[email protected]>
date: Wed Apr 23 06:51:21 EDT 2014

Exclude the new arm64 include file

--- a/build/mktargets.sh
+++ b/build/mktargets.sh
@@ -2,7 +2,7 @@
 cd "$(git rev-parse --show-toplevel 2>/dev/null)" >/dev/null 2>&1
 python build/mktargets.py --directory codec/decoder --library decoder
 python build/mktargets.py --directory codec/encoder --library encoder --exclude DllEntry.cpp
-python build/mktargets.py --directory codec/common --library common --exclude asm_inc.asm --exclude arm_arch_common_macro.S
+python build/mktargets.py --directory codec/common --library common --exclude asm_inc.asm --exclude arm_arch_common_macro.S --exclude arm_arch64_common_macro.S
 python build/mktargets.py --directory codec/processing --library processing
 
 python build/mktargets.py --directory codec/console/dec --binary h264dec