diff options
author | Diego Biurrun <diego@biurrun.de> | 2014-01-07 10:29:11 +0100 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2014-03-13 05:50:28 -0700 |
commit | d6096a67422534918405abb46dafbbac4608cbc3 (patch) | |
tree | 6b567e105b103345887c7ffc09bb47f9f763f6cf /libavcodec/version.h | |
parent | bbb64356cca65d7a2a33f59b2267ee58f28a061a (diff) | |
download | ffmpeg-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/version.h')
-rw-r--r-- | libavcodec/version.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libavcodec/version.h b/libavcodec/version.h index cdd5a613d5..42305ed23e 100644 --- a/libavcodec/version.h +++ b/libavcodec/version.h @@ -123,5 +123,8 @@ #ifndef FF_API_EMU_EDGE #define FF_API_EMU_EDGE (LIBAVCODEC_VERSION_MAJOR < 56) #endif +#ifndef FF_API_ARCH_SH4 +#define FF_API_ARCH_SH4 (LIBAVCODEC_VERSION_MAJOR < 56) +#endif #endif /* AVCODEC_VERSION_H */ |