ffmpeg | branch: release/2.5 | Michael Niedermayer <[email protected]> | Thu Feb 
12 16:35:29 2015 +0100| [0f671dfeac1f8872ca2fc1fe8a424a87487d366e] | 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 <[email protected]>
(cherry picked from commit cab6302534962331753fb69c674df86a458b098d)

Signed-off-by: Michael Niedermayer <[email protected]>

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

 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 55bcce5..aff1161 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

_______________________________________________
ffmpeg-cvslog mailing list
[email protected]
http://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog

Reply via email to