summaryrefslogtreecommitdiff
path: root/libavutil/avutil.h
diff options
context:
space:
mode:
authorPaul B Mahol <onemda@gmail.com>2012-01-29 20:09:22 +0000
committerAnton Khirnov <anton@khirnov.net>2012-01-30 07:41:31 +0100
commit8b933129b932f523a746e921a0a20b8dd8816971 (patch)
treecc17060d24d431408a3e608ed52f3984609c4611 /libavutil/avutil.h
parent420df8b7c414cfd0cae29930344889651825f9d0 (diff)
avutil: make intfloat api public
The functions are already av_ prefixed and intfloat header is already provided. Install libavutil/intfloat.h Signed-off-by: Paul B Mahol <onemda@gmail.com> Signed-off-by: Anton Khirnov <anton@khirnov.net>
Diffstat (limited to 'libavutil/avutil.h')
-rw-r--r--libavutil/avutil.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavutil/avutil.h b/libavutil/avutil.h
index f0be5c110a..0e62b4a13f 100644
--- a/libavutil/avutil.h
+++ b/libavutil/avutil.h
@@ -154,7 +154,7 @@
*/
#define LIBAVUTIL_VERSION_MAJOR 51
-#define LIBAVUTIL_VERSION_MINOR 21
+#define LIBAVUTIL_VERSION_MINOR 22
#define LIBAVUTIL_VERSION_MICRO 0
#define LIBAVUTIL_VERSION_INT AV_VERSION_INT(LIBAVUTIL_VERSION_MAJOR, \