summaryrefslogtreecommitdiff
path: root/libavcodec/dct.h
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2014-02-18 13:16:11 +0100
committerDiego Biurrun <diego@biurrun.de>2014-07-19 02:25:59 -0700
commit85cabb8d002f2cd100ced5cc17d87bfc9460d314 (patch)
tree34e4ffc36ef13ea61292b15066367435f0272565 /libavcodec/dct.h
parentd6e1d37100af568211f28ec0bcf7958a3a2a299e (diff)
fdct: Move x86-specific declarations to a header in the x86 directory
Diffstat (limited to 'libavcodec/dct.h')
-rw-r--r--libavcodec/dct.h4
1 files changed, 0 insertions, 4 deletions
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 */