From 86ae0da60c46658c91b11763557a9bbc1745c8b7 Mon Sep 17 00:00:00 2001 From: Christophe Gisquet Date: Sun, 25 May 2014 19:03:10 +0200 Subject: x86: hpeldsp: propagate changes across codecs Some codecs still use mmx versions, so have them use the versions with newer instruction sets. Signed-off-by: Michael Niedermayer --- libavcodec/x86/fpel.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libavcodec/x86/fpel.h') diff --git a/libavcodec/x86/fpel.h b/libavcodec/x86/fpel.h index 2fbbfce26f..4d93959a96 100644 --- a/libavcodec/x86/fpel.h +++ b/libavcodec/x86/fpel.h @@ -28,6 +28,8 @@ void ff_avg_pixels8_mmxext(uint8_t *block, const uint8_t *pixels, ptrdiff_t line_size, int h); void ff_avg_pixels16_mmx(uint8_t *block, const uint8_t *pixels, ptrdiff_t line_size, int h); +void ff_avg_pixels16_mmxext(uint8_t *block, const uint8_t *pixels, + ptrdiff_t line_size, int h); void ff_avg_pixels16_sse2(uint8_t *block, const uint8_t *pixels, ptrdiff_t line_size, int h); void ff_put_pixels8_mmx(uint8_t *block, const uint8_t *pixels, -- cgit v1.2.3