shithub: openh264

Download patch

ref: 0995390c4a034ad16c83a52ea3a56513aeb6d8a6
parent: d8202cf38f2145a39e22021f70e033cd5dc6401d
author: Martin Storsjö <martin@martin.st>
date: Fri Mar 27 07:04:54 EDT 2015

Remove apple specific versions of arm macros with arguments

The apple assembler for arm can handle the gnu binutils style
macros just fine these days, 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.