aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/avcodec.h
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2014-01-07 10:29:11 +0100
committerDiego Biurrun <diego@biurrun.de>2014-03-13 05:50:28 -0700
commitd6096a67422534918405abb46dafbbac4608cbc3 (patch)
tree6b567e105b103345887c7ffc09bb47f9f763f6cf /libavcodec/avcodec.h
parentbbb64356cca65d7a2a33f59b2267ee58f28a061a (diff)
downloadffmpeg-d6096a67422534918405abb46dafbbac4608cbc3.tar.gz
Remove all SH4 architecture optimizations
SH4 has been end-of-lifed and no more test machines are available.
Diffstat (limited to 'libavcodec/avcodec.h')
-rw-r--r--libavcodec/avcodec.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h
index 244f47ba10..438db5c599 100644
--- a/libavcodec/avcodec.h
+++ b/libavcodec/avcodec.h
@@ -2460,7 +2460,9 @@ typedef struct AVCodecContext {
#define FF_IDCT_SIMPLEMMX 3
#define FF_IDCT_ARM 7
#define FF_IDCT_ALTIVEC 8
+#if FF_API_ARCH_SH4
#define FF_IDCT_SH4 9
+#endif
#define FF_IDCT_SIMPLEARM 10
#define FF_IDCT_IPP 13
#define FF_IDCT_XVIDMMX 14