summaryrefslogtreecommitdiff
path: root/v4l2-apps/lib/libv4l/Makefile
diff options
context:
space:
mode:
authorhans@localhost.localdomain <hans@localhost.localdomain>2008-08-03 19:25:44 +0200
committerhans@localhost.localdomain <hans@localhost.localdomain>2008-08-03 19:25:44 +0200
commit7ab958ab10b1a5c28dc0c0c798939c57e41e40a4 (patch)
treed5cd3bf410fcf0394d94c4a7fefb6c0bd793484a /v4l2-apps/lib/libv4l/Makefile
parenta1c8635315d9fcc9768035549e3ff5ea61f1faf2 (diff)
downloadmediapointer-dvb-s2-7ab958ab10b1a5c28dc0c0c798939c57e41e40a4.tar.gz
mediapointer-dvb-s2-7ab958ab10b1a5c28dc0c0c798939c57e41e40a4.tar.bz2
libv4l: use driver read() when possible
From: Hans de Goede <j.w.r.degoede@hhs.nl> When the driver supports read() and we are not converting let the driver handle read() instead of emulating it with mmap mode Signed-off-by: Hans de Goede <j.w.r.degoede@hhs.nl>
Diffstat (limited to 'v4l2-apps/lib/libv4l/Makefile')
-rw-r--r--v4l2-apps/lib/libv4l/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/v4l2-apps/lib/libv4l/Makefile b/v4l2-apps/lib/libv4l/Makefile
index 7f8867cd9..31254a09e 100644
--- a/v4l2-apps/lib/libv4l/Makefile
+++ b/v4l2-apps/lib/libv4l/Makefile
@@ -1,5 +1,5 @@
LIB_RELEASE=0
-V4L2_LIB_VERSION=$(LIB_RELEASE).4.0
+V4L2_LIB_VERSION=$(LIB_RELEASE).4.1
all clean install:
$(MAKE) -C libv4lconvert V4L2_LIB_VERSION=$(V4L2_LIB_VERSION) $@