summaryrefslogtreecommitdiffstats
path: root/libavcodec/dct.h
diff options
context:
space:
mode:
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 a500521..9238449 100644
--- a/libavcodec/dct.h
+++ b/libavcodec/dct.h
@@ -63,8 +63,4 @@ void ff_j_rev_dct4(int16_t *data);
void ff_j_rev_dct2(int16_t *data);
void ff_j_rev_dct1(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 */
OpenPOWER on IntegriCloud