From 165bc9caa2424b7d61889892744de6ba59f73d3f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20B=C5=93sch?= Date: Mon, 20 May 2013 15:43:31 +0200 Subject: v4l2: make possible to disable libv4l2 at runtime. Also disable it by default since it looks currently buggy. The usefulness of such library is mostly limited to backward compatibility with very old devices. --- libavdevice/version.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavdevice/version.h') diff --git a/libavdevice/version.h b/libavdevice/version.h index 6fd8d35..2aab520 100644 --- a/libavdevice/version.h +++ b/libavdevice/version.h @@ -29,7 +29,7 @@ #define LIBAVDEVICE_VERSION_MAJOR 55 #define LIBAVDEVICE_VERSION_MINOR 1 -#define LIBAVDEVICE_VERSION_MICRO 100 +#define LIBAVDEVICE_VERSION_MICRO 101 #define LIBAVDEVICE_VERSION_INT AV_VERSION_INT(LIBAVDEVICE_VERSION_MAJOR, \ LIBAVDEVICE_VERSION_MINOR, \ -- cgit v1.1