diff avutil.h @ 513:8c5bd100bb30 libavutil

Macro suggested by Michael which will be used to disable the definition of long_name strings in libavcodec and libavformat. Patch by: Stefano Sabatini, stefano.sabatini-lala poste it
author takis
date Sun, 01 Jun 2008 07:37:43 +0000
parents f4fd038fcb58
children fc868fc6439c
line wrap: on
line diff
--- a/avutil.h	Fri May 30 10:58:48 2008 +0000
+++ b/avutil.h	Sun Jun 01 07:37:43 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  6
+#define LIBAVUTIL_VERSION_MINOR  7
 #define LIBAVUTIL_VERSION_MICRO  0
 
 #define LIBAVUTIL_VERSION_INT   AV_VERSION_INT(LIBAVUTIL_VERSION_MAJOR, \