Exclude the new arm64 include file
This commit is contained in:
parent
c8901c7dcd
commit
84ff82ee24
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user