Commit d5874e9c authored by Michael Niedermayer's avatar Michael Niedermayer

libavdevice: increase LIBAVDEVICE_VERSION_MICRO to 100

Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent 2a85358d
...@@ -16,10 +16,12 @@ ...@@ -16,10 +16,12 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/ */
#include "libavutil/avassert.h"
#include "avdevice.h" #include "avdevice.h"
unsigned avdevice_version(void) unsigned avdevice_version(void)
{ {
av_assert0(LIBAVDEVICE_VERSION_MICRO >= 100);
return LIBAVDEVICE_VERSION_INT; return LIBAVDEVICE_VERSION_INT;
} }
......
...@@ -46,7 +46,7 @@ ...@@ -46,7 +46,7 @@
#define LIBAVDEVICE_VERSION_MAJOR 53 #define LIBAVDEVICE_VERSION_MAJOR 53
#define LIBAVDEVICE_VERSION_MINOR 4 #define LIBAVDEVICE_VERSION_MINOR 4
#define LIBAVDEVICE_VERSION_MICRO 0 #define LIBAVDEVICE_VERSION_MICRO 100
#define LIBAVDEVICE_VERSION_INT AV_VERSION_INT(LIBAVDEVICE_VERSION_MAJOR, \ #define LIBAVDEVICE_VERSION_INT AV_VERSION_INT(LIBAVDEVICE_VERSION_MAJOR, \
LIBAVDEVICE_VERSION_MINOR, \ LIBAVDEVICE_VERSION_MINOR, \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment