summaryrefslogtreecommitdiff
path: root/libavutil/avutil.h
diff options
context:
space:
mode:
authorAurelien Jacobs <aurel@gnuage.org>2008-08-13 16:01:21 +0000
committerAurelien Jacobs <aurel@gnuage.org>2008-08-13 16:01:21 +0000
commit5af4f1f3e3d8a219aa2f0b57e2b8152cea31aaf3 (patch)
tree44ba6d3d2122ee89709435e5df9dc121cd8ae434 /libavutil/avutil.h
parentaf44e8e4886017ba84fb1e03d495dfb37989f0bf (diff)
move M_PI definition along with other math definitions
Originally committed as revision 14727 to svn://svn.ffmpeg.org/ffmpeg/trunk
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 6b5096e58b..3203ca2875 100644
--- a/libavutil/avutil.h
+++ b/libavutil/avutil.h
@@ -35,7 +35,7 @@
#define AV_VERSION(a, b, c) AV_VERSION_DOT(a, b, c)
#define LIBAVUTIL_VERSION_MAJOR 49
-#define LIBAVUTIL_VERSION_MINOR 8
+#define LIBAVUTIL_VERSION_MINOR 9
#define LIBAVUTIL_VERSION_MICRO 0
#define LIBAVUTIL_VERSION_INT AV_VERSION_INT(LIBAVUTIL_VERSION_MAJOR, \