Browse code

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>

Michael Niedermayer authored on 2012/05/25 19:22:21
Showing 1 changed files
... ...
@@ -44,8 +44,8 @@
44 44
 #include "libavutil/avutil.h"
45 45
 #include "libavformat/avformat.h"
46 46
 
47
-#define LIBAVDEVICE_VERSION_MAJOR 53
48
-#define LIBAVDEVICE_VERSION_MINOR  4
47
+#define LIBAVDEVICE_VERSION_MAJOR 54
48
+#define LIBAVDEVICE_VERSION_MINOR  0
49 49
 #define LIBAVDEVICE_VERSION_MICRO 100
50 50
 
51 51
 #define LIBAVDEVICE_VERSION_INT AV_VERSION_INT(LIBAVDEVICE_VERSION_MAJOR, \