diff arm/dsputil_arm.S @ 10374:a6ff6fb10ff5 libavcodec

ARM: make function names all-lowercase
author mru
date Tue, 06 Oct 2009 21:55:41 +0000
parents e1cddc20418c
children 361a5fcb4393
line wrap: on
line diff
--- a/arm/dsputil_arm.S	Tue Oct 06 21:55:37 2009 +0000
+++ b/arm/dsputil_arm.S	Tue Oct 06 21:55:41 2009 +0000
@@ -622,8 +622,8 @@
         .endfunc
 
         .align 5
-@ void ff_add_pixels_clamped_ARM(int16_t *block, uint8_t *dest, int stride)
-function ff_add_pixels_clamped_ARM, export=1
+@ void ff_add_pixels_clamped_arm(int16_t *block, uint8_t *dest, int stride)
+function ff_add_pixels_clamped_arm, export=1
         push            {r4-r10}
         mov             r10, #8
 1: