diff options
author | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2008-06-01 07:37:43 +0000 |
---|---|---|
committer | Panagiotis Issaris <takis.issaris@uhasselt.be> | 2008-06-01 07:37:43 +0000 |
commit | 4a567b40b173542a9d009b6a9ddb0c800fe98bb7 (patch) | |
tree | c3c5ce4ef9bc4b70401dd92afbeecec371777e71 /libavutil/avutil.h | |
parent | b8b015f483665e7adadca6cad9adafa7af890af4 (diff) | |
download | ffmpeg-4a567b40b173542a9d009b6a9ddb0c800fe98bb7.tar.gz |
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
Originally committed as revision 13595 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavutil/avutil.h')
-rw-r--r-- | libavutil/avutil.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavutil/avutil.h b/libavutil/avutil.h index 1e84557cda..6ce70ac5b9 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 6 +#define LIBAVUTIL_VERSION_MINOR 7 #define LIBAVUTIL_VERSION_MICRO 0 #define LIBAVUTIL_VERSION_INT AV_VERSION_INT(LIBAVUTIL_VERSION_MAJOR, \ |