Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2013-11-13 23:39:56 +0400
committerDiego Biurrun <diego@biurrun.de>2013-11-13 23:45:49 +0400
commitc7f7bfc9e3a3150ba72bc34366c13fb2210c66ac (patch)
tree4857540a20b55136121e14403a9cb86d4369955d /libavcodec/version.h
parent16381923fb7b9087ce559fb1cd3594469ac6788b (diff)
Remove all Alpha architecture optimizations
Alpha has been end-of-lifed and no more test machines are available.
Diffstat (limited to 'libavcodec/version.h')
-rw-r--r--libavcodec/version.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/libavcodec/version.h b/libavcodec/version.h
index b488558cb5..c36efce239 100644
--- a/libavcodec/version.h
+++ b/libavcodec/version.h
@@ -94,5 +94,8 @@
#ifndef FF_API_CODEC_PKT
#define FF_API_CODEC_PKT (LIBAVCODEC_VERSION_MAJOR < 56)
#endif
+#ifndef FF_API_ARCH_ALPHA
+#define FF_API_ARCH_ALPHA (LIBAVCODEC_VERSION_MAJOR < 56)
+#endif
#endif /* AVCODEC_VERSION_H */