summaryrefslogtreecommitdiff
path: root/libavcodec
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2013-02-27 12:35:13 +0100
committerMichael Niedermayer <michaelni@gmx.at>2013-02-27 12:35:18 +0100
commit50c2738883b7384103f1840d3602456338a80e3b (patch)
tree337dbad2129c5844d22421f63bb075d4d3c3eca1 /libavcodec
parentcdb9752a0f96373e80bcee71d19515c6c5605f23 (diff)
parentebc701993fec7a092b9a55dc3f28bd166c615cac (diff)
Merge remote-tracking branch 'qatar/master'
* qatar/master: x86: dsputil: Drop some unused function #defines Merged-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec')
-rw-r--r--libavcodec/x86/dsputil_mmx.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/libavcodec/x86/dsputil_mmx.c b/libavcodec/x86/dsputil_mmx.c
index 45c086fe54..15e46c7228 100644
--- a/libavcodec/x86/dsputil_mmx.c
+++ b/libavcodec/x86/dsputil_mmx.c
@@ -323,11 +323,6 @@ void ff_put_no_rnd_mpeg4_qpel8_v_lowpass_mmxext(uint8_t *dst, uint8_t *src,
#if HAVE_INLINE_ASM
#define put_no_rnd_pixels16_mmx put_pixels16_mmx
#define put_no_rnd_pixels8_mmx put_pixels8_mmx
-#define put_pixels16_mmxext put_pixels16_mmx
-#define put_pixels8_mmxext put_pixels8_mmx
-#define put_pixels4_mmxext put_pixels4_mmx
-#define put_no_rnd_pixels16_mmxext put_no_rnd_pixels16_mmx
-#define put_no_rnd_pixels8_mmxext put_no_rnd_pixels8_mmx
/***********************************/
/* standard MMX */