[FFmpeg-cvslog] avdevice: bump soname due to lavf soname bump
Michael Niedermayer
git at videolan.org
Fri May 25 13:40:58 CEST 2012
ffmpeg | branch: master | Michael Niedermayer <michaelni at gmx.at> | Fri May 25 12:22:21 2012 +0200| [f2c5383620062cb01e10fca2b141e5b0e86f27b8] | committer: Michael Niedermayer
avdevice: bump soname due to lavf soname bump
avdevice is just a part of lavf and uses lavf API/ABI/structures
Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=f2c5383620062cb01e10fca2b141e5b0e86f27b8
---
libavdevice/avdevice.h | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/libavdevice/avdevice.h b/libavdevice/avdevice.h
index d7f5d8a..6be9974 100644
--- a/libavdevice/avdevice.h
+++ b/libavdevice/avdevice.h
@@ -44,8 +44,8 @@
#include "libavutil/avutil.h"
#include "libavformat/avformat.h"
-#define LIBAVDEVICE_VERSION_MAJOR 53
-#define LIBAVDEVICE_VERSION_MINOR 4
+#define LIBAVDEVICE_VERSION_MAJOR 54
+#define LIBAVDEVICE_VERSION_MINOR 0
#define LIBAVDEVICE_VERSION_MICRO 100
#define LIBAVDEVICE_VERSION_INT AV_VERSION_INT(LIBAVDEVICE_VERSION_MAJOR, \
More information about the ffmpeg-cvslog
mailing list