[vlc-commits] arm_neon: fixed simple channel mixer compilation using the latest clang release
Felix Paul Kühne
git at videolan.org
Fri Oct 5 20:55:48 CEST 2012
vlc | branch: master | Felix Paul Kühne <fkuehne at videolan.org> | Wed Aug 8 15:44:35 2012 +0200| [2e52fef8c0830b98c0907fb815acbf2a2269f09a] | committer: Felix Paul Kühne
arm_neon: fixed simple channel mixer compilation using the latest clang release
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=2e52fef8c0830b98c0907fb815acbf2a2269f09a
---
modules/arm_neon/simple_channel_mixer.S | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/modules/arm_neon/simple_channel_mixer.S b/modules/arm_neon/simple_channel_mixer.S
index 16d6702..6242c57 100644
--- a/modules/arm_neon/simple_channel_mixer.S
+++ b/modules/arm_neon/simple_channel_mixer.S
@@ -21,7 +21,7 @@
.fpu neon
.text
- .align
+ .align 2
#define DST r0
#define SRC r1
More information about the vlc-commits
mailing list