[FFmpeg-cvslog] avcodec/arm/videodsp_armv5te: Fix linking failure with " g++ -shared -D__STDC_CONSTANT_MACROS -o test.so ... libavcodec.a"

Michael Niedermayer git at videolan.org
Tue Feb 17 19:49:58 CET 2015


ffmpeg | branch: release/2.2 | Michael Niedermayer <michaelni at gmx.at> | Thu Feb 12 16:35:29 2015 +0100| [2dca276dcb9ce6af4eb8a7d23fc234e944f015d8] | committer: Michael Niedermayer

avcodec/arm/videodsp_armv5te: Fix linking failure with "g++ -shared -D__STDC_CONSTANT_MACROS -o test.so ... libavcodec.a"

Tested-by: Andreas Haupt
Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
(cherry picked from commit cab6302534962331753fb69c674df86a458b098d)

Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=2dca276dcb9ce6af4eb8a7d23fc234e944f015d8
---

 libavcodec/arm/videodsp_armv5te.S |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/libavcodec/arm/videodsp_armv5te.S b/libavcodec/arm/videodsp_armv5te.S
index 4bd365a..24bdc3e 100644
--- a/libavcodec/arm/videodsp_armv5te.S
+++ b/libavcodec/arm/videodsp_armv5te.S
@@ -23,9 +23,10 @@
 #include "libavutil/arm/asm.S"
 
 function ff_prefetch_arm, export=1
+1:
         subs            r2,  r2,  #1
         pld             [r0]
         add             r0,  r0,  r1
-        bne             X(ff_prefetch_arm)
+        bne             1b
         bx              lr
 endfunc



More information about the ffmpeg-cvslog mailing list