diff options
author | Martin Storsjö <martin@martin.st> | 2014-01-07 12:05:56 +0200 |
---|---|---|
committer | Martin Storsjö <martin@martin.st> | 2014-01-07 19:29:42 +0200 |
commit | b7b932f5e3602bd34c3cc634b71c8bbbc0fb8dc0 (patch) | |
tree | 49f8f9a5f37115289369908d7498372e8d4882a9 | |
parent | 67bb3a4e285a5871770cbaa2d78bf9024961dd0f (diff) | |
download | ffmpeg-b7b932f5e3602bd34c3cc634b71c8bbbc0fb8dc0.tar.gz |
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@martin.st>
-rw-r--r-- | libavcodec/arm/dsputil_arm.S | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/libavcodec/arm/dsputil_arm.S b/libavcodec/arm/dsputil_arm.S index 1692a58543..f0029aee14 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 |