summaryrefslogtreecommitdiffstats
path: root/libavutil/avutil.h
diff options
context:
space:
mode:
authorJason Garrett-Glaser <jason@x264.com>2011-09-26 14:44:47 -0700
committerJason Garrett-Glaser <jason@x264.com>2011-09-26 15:30:31 -0700
commit96a59cf37b080080b7e45dd57828b40a7a2bbfe7 (patch)
tree7413dbd8c358ea9ae07dd048eed3f4ea5c3d3d16 /libavutil/avutil.h
parent3d371f417e634e23ad096cb004046d36b1fc7c88 (diff)
downloadffmpeg-streaming-96a59cf37b080080b7e45dd57828b40a7a2bbfe7.zip
ffmpeg-streaming-96a59cf37b080080b7e45dd57828b40a7a2bbfe7.tar.gz
x86: XOP/FMA4 CPU detection support
Diffstat (limited to 'libavutil/avutil.h')
-rw-r--r--libavutil/avutil.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libavutil/avutil.h b/libavutil/avutil.h
index 5d378ce..d89b23c 100644
--- a/libavutil/avutil.h
+++ b/libavutil/avutil.h
@@ -40,8 +40,8 @@
#define AV_VERSION(a, b, c) AV_VERSION_DOT(a, b, c)
#define LIBAVUTIL_VERSION_MAJOR 51
-#define LIBAVUTIL_VERSION_MINOR 10
-#define LIBAVUTIL_VERSION_MICRO 2
+#define LIBAVUTIL_VERSION_MINOR 11
+#define LIBAVUTIL_VERSION_MICRO 0
#define LIBAVUTIL_VERSION_INT AV_VERSION_INT(LIBAVUTIL_VERSION_MAJOR, \
LIBAVUTIL_VERSION_MINOR, \
OpenPOWER on IntegriCloud