summaryrefslogtreecommitdiffstats
path: root/libavcodec/dct-test.c
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2014-07-19 14:10:20 +0200
committerMichael Niedermayer <michaelni@gmx.at>2014-07-19 14:10:25 +0200
commit7bdbd2653fddde6504644455dae4804daa8b393e (patch)
treef924d4b58b3b1b9d4113a94697d7f95305aa43c2 /libavcodec/dct-test.c
parent776647360db37628ccfcaf9a624544b2be45eb7a (diff)
parent1a583c0c60240adb8fa6620c6df33f1a0a0fe5d9 (diff)
downloadffmpeg-streaming-7bdbd2653fddde6504644455dae4804daa8b393e.zip
ffmpeg-streaming-7bdbd2653fddde6504644455dae4804daa8b393e.tar.gz
Merge commit '1a583c0c60240adb8fa6620c6df33f1a0a0fe5d9'
* commit '1a583c0c60240adb8fa6620c6df33f1a0a0fe5d9': fdct: Move ppc-specific declarations to a header in the ppc directory Merged-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec/dct-test.c')
-rw-r--r--libavcodec/dct-test.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/libavcodec/dct-test.c b/libavcodec/dct-test.c
index 3a2c1ac..1f2c53e 100644
--- a/libavcodec/dct-test.c
+++ b/libavcodec/dct-test.c
@@ -45,14 +45,12 @@
#include "aandcttab.h"
#include "faandct.h"
#include "faanidct.h"
+#include "ppc/fdct.h"
#include "x86/fdct.h"
#include "x86/idct_xvid.h"
#include "x86/simple_idct.h"
#include "dctref.h"
-// ALTIVEC
-void ff_fdct_altivec(int16_t *block);
-
// ARM
void ff_j_rev_dct_arm(int16_t *data);
void ff_simple_idct_arm(int16_t *data);
OpenPOWER on IntegriCloud