[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
This commit is contained in:
florian 2010-03-29 20:39:51 +00:00
parent 801369c73f
commit f0ea6f7010

View File

@ -23,7 +23,7 @@ define Package/libv4l
CATEGORY:=Libraries CATEGORY:=Libraries
TITLE:=Video 4 Linux wrapper libraries TITLE:=Video 4 Linux wrapper libraries
URL:=http://people.atrpms.net/~hdegoede/ URL:=http://people.atrpms.net/~hdegoede/
DEPENDS:=+libpthread DEPENDS:=+libpthread @LINUX_2_6
endef endef
define Package/libv4l/description define Package/libv4l/description
@ -32,7 +32,7 @@ define Package/libv4l/description
easy for application writers to support a wide variety of devices without 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 having to write separate code for different devices in the same class. libv4l
consists of 3 different libraries: libv4lconvert, libv4l1 and libv4l2. consists of 3 different libraries: libv4lconvert, libv4l1 and libv4l2.
libv4l1 offers the (deprecated) v4l1 API on top of v4l2 devices, independent libv4l1 offers the (deprecated) v4l1 API on top of v4l2 devices, independent
of the drivers for those devices supporting v4l1 compatibility (which many of the drivers for those devices supporting v4l1 compatibility (which many
v4l2 drivers do not). v4l2 drivers do not).