From 85cabb8d002f2cd100ced5cc17d87bfc9460d314 Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Tue, 18 Feb 2014 13:16:11 +0100 Subject: fdct: Move x86-specific declarations to a header in the x86 directory --- libavcodec/dct.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'libavcodec/dct.h') diff --git a/libavcodec/dct.h b/libavcodec/dct.h index 3de10b99c5..3fd4e27833 100644 --- a/libavcodec/dct.h +++ b/libavcodec/dct.h @@ -60,8 +60,4 @@ void ff_fdct248_islow_10(int16_t *data); void ff_j_rev_dct(int16_t *data); -void ff_fdct_mmx(int16_t *block); -void ff_fdct_mmxext(int16_t *block); -void ff_fdct_sse2(int16_t *block); - #endif /* AVCODEC_DCT_H */ -- cgit v1.2.3