summaryrefslogtreecommitdiff
path: root/libavcodec/dct-test.c
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2012-09-13 12:45:33 +0200
committerDiego Biurrun <diego@biurrun.de>2012-09-13 21:38:47 +0200
commit2017f0fdb777e16d1bc32c973b8876aafb59ef45 (patch)
treef0f46f8f5c84250d42f5faa13d505047699a1ecc /libavcodec/dct-test.c
parent8ff78578612f5d8b28164445e94e8805a9899daf (diff)
x86: Remove some leftover declarations for non-existent functions
Diffstat (limited to 'libavcodec/dct-test.c')
-rw-r--r--libavcodec/dct-test.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/libavcodec/dct-test.c b/libavcodec/dct-test.c
index 72d2d80af7..848ba8a957 100644
--- a/libavcodec/dct-test.c
+++ b/libavcodec/dct-test.c
@@ -48,16 +48,12 @@
#undef printf
-void ff_mmx_idct(DCTELEM *data);
-void ff_mmxext_idct(DCTELEM *data);
-
// BFIN
void ff_bfin_idct(DCTELEM *block);
void ff_bfin_fdct(DCTELEM *block);
// ALTIVEC
void ff_fdct_altivec(DCTELEM *block);
-//void ff_idct_altivec(DCTELEM *block);?? no routine
// ARM
void ff_j_rev_dct_arm(DCTELEM *data);