summaryrefslogtreecommitdiff
path: root/libavcodec
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2013-01-16 23:50:57 +0100
committerDiego Biurrun <diego@biurrun.de>2013-01-18 22:24:58 +0100
commit822b0728f0e3c3ba60b20bd4fd971d5c4a3fe3e9 (patch)
tree6a278bb66eb2186494251fd0351bc21fdbe66675 /libavcodec
parentf4facd2ce70b1d07ae2730abfcc050f2acbc3b53 (diff)
x86: dsputil: Drop some unused macro definitions
Diffstat (limited to 'libavcodec')
-rw-r--r--libavcodec/x86/dsputil_mmx.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/libavcodec/x86/dsputil_mmx.c b/libavcodec/x86/dsputil_mmx.c
index 7ac6ecb2c4..13f215135a 100644
--- a/libavcodec/x86/dsputil_mmx.c
+++ b/libavcodec/x86/dsputil_mmx.c
@@ -196,14 +196,12 @@ DECLARE_ALIGNED(16, const double, ff_pd_2)[2] = { 2.0, 2.0 };
#define DEF(x) x ## _3dnow
#define PAVGB "pavgusb"
-#define OP_AVG PAVGB
#define SKIP_FOR_3DNOW
#include "dsputil_avg_template.c"
#undef DEF
#undef PAVGB
-#undef OP_AVG
#undef SKIP_FOR_3DNOW
/***********************************/
@@ -213,13 +211,11 @@ DECLARE_ALIGNED(16, const double, ff_pd_2)[2] = { 2.0, 2.0 };
/* Introduced only in MMXEXT set */
#define PAVGB "pavgb"
-#define OP_AVG PAVGB
#include "dsputil_avg_template.c"
#undef DEF
#undef PAVGB
-#undef OP_AVG
#define put_no_rnd_pixels16_mmx put_pixels16_mmx
#define put_no_rnd_pixels8_mmx put_pixels8_mmx