[vlc-devel] [PATCH] correct ARM assembly to compile with Apple gas
Måns Rullgård
mans at mansr.com
Thu Apr 19 23:34:32 CEST 2012
David Geldreich <david.geldreich at free.fr> writes:
> With the help of feepk, we managed to make VLC iOS build the arm_neon
> assembly files.
>
> Unfortunately, some of them give compilation errors. Here is a fix for
> these simple errors.
>
> arm_neon .S files were using PLD uppercase but Apple gas only accept lowercase
> instructions
>
> Regards.
>
> David
> ---
> modules/arm_neon/i420_rgb.S | 8 ++++----
> modules/arm_neon/nv12_rgb.S | 6 +++---
> modules/arm_neon/nv21_rgb.S | 6 +++---
> 3 files changed, 10 insertions(+), 10 deletions(-)
Patch looks fine to me since it actually makes the code prettier.
--
Måns Rullgård
mans at mansr.com
More information about the vlc-devel
mailing list