diff avutil.h @ 548:8d46104adf83 libavutil

move M_PI definition along with other math definitions
author aurel
date Wed, 13 Aug 2008 16:01:21 +0000
parents fc868fc6439c
children a1ac1cb9a91b
line wrap: on
line diff
--- a/avutil.h	Wed Aug 13 10:04:59 2008 +0000
+++ b/avutil.h	Wed Aug 13 16:01:21 2008 +0000
@@ -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, \