Skip to content
Snippets Groups Projects
Commit f2c53836 authored by Michael Niedermayer's avatar Michael Niedermayer
Browse files

avdevice: bump soname due to lavf soname bump


avdevice is just a part of lavf and uses lavf API/ABI/structures

Signed-off-by: default avatarMichael Niedermayer <michaelni@gmx.at>
parent 171db366
No related branches found
No related tags found
No related merge requests found
......@@ -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, \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment