[vlc-commits] audio_format_neon: force ARMv6 (fix compilation)
    Rémi Denis-Courmont 
    git at videolan.org
       
    Sat Aug  4 18:30:15 CEST 2012
    
    
  
vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Sat Aug  4 19:29:21 2012 +0300| [96d087a25fc58640b5ca7fa71298c78bafddf1e8] | committer: Rémi Denis-Courmont
audio_format_neon: force ARMv6 (fix compilation)
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=96d087a25fc58640b5ca7fa71298c78bafddf1e8
---
 modules/arm_neon/s32_s16.S |    1 +
 1 file changed, 1 insertion(+)
diff --git a/modules/arm_neon/s32_s16.S b/modules/arm_neon/s32_s16.S
index 9e2cbfb..74f5b5d 100644
--- a/modules/arm_neon/s32_s16.S
+++ b/modules/arm_neon/s32_s16.S
@@ -18,6 +18,7 @@
  @ Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
  @****************************************************************************/
 
+	.arch armv6
 	.fpu neon
 	.text
 
    
    
More information about the vlc-commits
mailing list