[FFmpeg-cvslog] arm: Remove a leftover define for the pld instruction

Martin Storsjö git at videolan.org
Wed Jan 8 05:36:11 CET 2014


ffmpeg | branch: master | Martin Storsjö <martin at martin.st> | Tue Jan  7 12:05:56 2014 +0200| [b7b932f5e3602bd34c3cc634b71c8bbbc0fb8dc0] | committer: Martin Storsjö

arm: Remove a leftover define for the pld instruction

This file no longer uses the pld instruction at all, all such uses
have been split into hpeldsp_arm.S.

Signed-off-by: Martin Storsjö <martin at martin.st>

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

 libavcodec/arm/dsputil_arm.S |    4 ----
 1 file changed, 4 deletions(-)

diff --git a/libavcodec/arm/dsputil_arm.S b/libavcodec/arm/dsputil_arm.S
index 1692a58..f0029ae 100644
--- a/libavcodec/arm/dsputil_arm.S
+++ b/libavcodec/arm/dsputil_arm.S
@@ -22,10 +22,6 @@
 #include "config.h"
 #include "libavutil/arm/asm.S"
 
-#if !HAVE_ARMV5TE_EXTERNAL
-#define pld @
-#endif
-
         .align 5
 @ void ff_add_pixels_clamped_arm(int16_t *block, uint8_t *dest, int stride)
 function ff_add_pixels_clamped_arm, export=1



More information about the ffmpeg-cvslog mailing list