summaryrefslogtreecommitdiff
path: root/v4l2-apps/libv4l/Makefile
diff options
context:
space:
mode:
authorhans@rhel5-devel.localdomain <hans@rhel5-devel.localdomain>2009-03-11 13:09:27 +0100
committerhans@rhel5-devel.localdomain <hans@rhel5-devel.localdomain>2009-03-11 13:09:27 +0100
commit93d4ae910ce9eeaa5998e3aa1980c3647d959fc6 (patch)
tree1874817846c244f071c2f91f0c019b790b811d76 /v4l2-apps/libv4l/Makefile
parente4def927f3ed43a4763652a0911f69180e803721 (diff)
downloadmediapointer-dvb-s2-93d4ae910ce9eeaa5998e3aa1980c3647d959fc6.tar.gz
mediapointer-dvb-s2-93d4ae910ce9eeaa5998e3aa1980c3647d959fc6.tar.bz2
libv4l: Don't report DQBUF errors when errno is EAGAIN
From: Hans de Goede <hdegoede@redhat.com> Don't report DQBUF errors when errno is EAGAIN, this fixes flooding the screen with errors when applications use non blocking mode Priority: normal Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Diffstat (limited to 'v4l2-apps/libv4l/Makefile')
-rw-r--r--v4l2-apps/libv4l/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/v4l2-apps/libv4l/Makefile b/v4l2-apps/libv4l/Makefile
index 8de10a4cb..13cb6c459 100644
--- a/v4l2-apps/libv4l/Makefile
+++ b/v4l2-apps/libv4l/Makefile
@@ -1,5 +1,5 @@
LIB_RELEASE=0
-V4L2_LIB_VERSION=$(LIB_RELEASE).5.3
+V4L2_LIB_VERSION=$(LIB_RELEASE).5.4
all clean install:
$(MAKE) -C libv4lconvert V4L2_LIB_VERSION=$(V4L2_LIB_VERSION) $@