diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2012-05-25 12:22:21 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2012-05-25 12:22:21 +0200 |
commit | f2c5383620062cb01e10fca2b141e5b0e86f27b8 (patch) | |
tree | 9d4b5347a142337bbbc133e9052fb6bbf5e52a26 | |
parent | 171db366fdad0dfa3c7d9ac23895e84bcccefda9 (diff) | |
download | ffmpeg-f2c5383620062cb01e10fca2b141e5b0e86f27b8.tar.gz |
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@gmx.at>
-rw-r--r-- | libavdevice/avdevice.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libavdevice/avdevice.h b/libavdevice/avdevice.h index d7f5d8ac0a..6be9974e2d 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, \ |