summaryrefslogtreecommitdiff
path: root/libavutil/version.h
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2013-12-13 13:34:07 +0100
committerDiego Biurrun <diego@biurrun.de>2013-12-13 23:45:54 +0100
commit70a7b24d56a823894440a372c46e89e212b89c35 (patch)
tree3bc60dbc233c8c58fe1ecde3b2966ba338b77765 /libavutil/version.h
parent79d9884e9590c28a0a7ca802a3ba54f2ff4ee423 (diff)
avutil: Add deprecation ifdefs around obsolete intfloat code
This long-deprecated code should disappear at the next version bump.
Diffstat (limited to 'libavutil/version.h')
-rw-r--r--libavutil/version.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/libavutil/version.h b/libavutil/version.h
index dad8e2fd2a..eafc521949 100644
--- a/libavutil/version.h
+++ b/libavutil/version.h
@@ -91,6 +91,9 @@
#ifndef FF_API_XVMC
#define FF_API_XVMC (LIBAVUTIL_VERSION_MAJOR < 53)
#endif
+#ifndef FF_API_INTFLOAT
+#define FF_API_INTFLOAT (LIBAVUTIL_VERSION_MAJOR < 53)
+#endif
/**
* @}