summaryrefslogtreecommitdiff
path: root/libavdevice/version.h
diff options
context:
space:
mode:
authorClément Bœsch <ubitux@gmail.com>2013-05-20 15:43:31 +0200
committerClément Bœsch <ubitux@gmail.com>2013-05-22 19:49:29 +0200
commit165bc9caa2424b7d61889892744de6ba59f73d3f (patch)
treea046d4d888d9b3af18ee06202e257ab4cc06f174 /libavdevice/version.h
parent12f51c1f9e9aef19cd2552769db8693e8b5d4e4d (diff)
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.
Diffstat (limited to 'libavdevice/version.h')
-rw-r--r--libavdevice/version.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavdevice/version.h b/libavdevice/version.h
index 6fd8d357f4..2aab5208c5 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, \