diff options
author | hans@localhost.localdomain <hans@localhost.localdomain> | 2008-08-03 11:42:57 +0200 |
---|---|---|
committer | hans@localhost.localdomain <hans@localhost.localdomain> | 2008-08-03 11:42:57 +0200 |
commit | f07be0b40ae3cbb2ae809d5f4151782f68eabb42 (patch) | |
tree | fefd7e2e1aa6a946ba99c7ce3d49b60815b78da4 /v4l2-apps/lib/libv4l/Makefile | |
parent | 474932fcb19fc298b8786e737bd1ae5115c9a6d2 (diff) | |
download | mediapointer-dvb-s2-f07be0b40ae3cbb2ae809d5f4151782f68eabb42.tar.gz mediapointer-dvb-s2-f07be0b40ae3cbb2ae809d5f4151782f68eabb42.tar.bz2 |
libv4l: make xawtv happy
From: Hans de Goede <j.w.r.degoede@hhs.nl>
Be more relaxed in our checks for mixing read and mmap access, we were
being more strict in this then certain kernel drivers (bttv) making xawtv
unhappy
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/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/v4l2-apps/lib/libv4l/Makefile b/v4l2-apps/lib/libv4l/Makefile index aabf67835..7f8867cd9 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).3.9 +V4L2_LIB_VERSION=$(LIB_RELEASE).4.0 all clean install: $(MAKE) -C libv4lconvert V4L2_LIB_VERSION=$(V4L2_LIB_VERSION) $@ |