[SCM] libav/experimental: Bump minor version after addition of FF_ARRAY_ELEMS macro.

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 16:31:24 UTC 2013


The following commit has been merged in the experimental branch:
commit c49d0e0fe2d5e06f015cc473cf90232ce0ff0f69
Author: Benoit Fouet <benoit.fouet at free.fr>
Date:   Wed Oct 15 08:06:12 2008 +0000

    Bump minor version after addition of FF_ARRAY_ELEMS macro.
    
    Originally committed as revision 15623 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/libavutil/avutil.h b/libavutil/avutil.h
index 801eb51..a21a8a4 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 11
+#define LIBAVUTIL_VERSION_MINOR 12
 #define LIBAVUTIL_VERSION_MICRO  0
 
 #define LIBAVUTIL_VERSION_INT   AV_VERSION_INT(LIBAVUTIL_VERSION_MAJOR, \

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list