shithub: openh264

Download patch

ref: d8202cf38f2145a39e22021f70e033cd5dc6401d
parent: cdce1b73ca1a39289e75f19e3ab97539e90e2436
author: Martin Storsjö <martin@martin.st>
date: Fri Mar 27 06:54:14 EDT 2015

Remove apple specific versions of arm64 macros with arguments

The apple assembler for arm64 can handle the gnu binutils style
macros just fine, so there is no need to duplicate all of these
macros in two syntaxes, when the new one works fine in all cases.

We already require a new enough assembler to support the gnu binutils
style features since we use the .rept directive in a few places.