From f0ea6f70103103997960aa3bdeffc35bee6a31fb Mon Sep 17 00:00:00 2001 From: florian Date: Mon, 29 Mar 2010 20:39:51 +0000 Subject: [PATCH] [package] restrict v4l to 2.6 kernels only since it uses v4l2 includes (#6972) git-svn-id: svn://svn.openwrt.org/openwrt/packages@20587 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- libs/libv4l/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libs/libv4l/Makefile b/libs/libv4l/Makefile index 70ab9d5ff..b1d90a7ca 100644 --- a/libs/libv4l/Makefile +++ b/libs/libv4l/Makefile @@ -23,7 +23,7 @@ define Package/libv4l CATEGORY:=Libraries TITLE:=Video 4 Linux wrapper libraries URL:=http://people.atrpms.net/~hdegoede/ - DEPENDS:=+libpthread + DEPENDS:=+libpthread @LINUX_2_6 endef define Package/libv4l/description @@ -32,7 +32,7 @@ define Package/libv4l/description easy for application writers to support a wide variety of devices without having to write separate code for different devices in the same class. libv4l consists of 3 different libraries: libv4lconvert, libv4l1 and libv4l2. - + libv4l1 offers the (deprecated) v4l1 API on top of v4l2 devices, independent of the drivers for those devices supporting v4l1 compatibility (which many v4l2 drivers do not).