multimedia: add v4l2tools & v4l2loopback
Signed-off-by: Michel Promonet <michel.promonet@free.fr>
This commit is contained in:
parent
691d73271c
commit
8222c130fb
2 changed files with 11 additions and 16 deletions
|
@ -1,9 +1,6 @@
|
||||||
#
|
# This software is in the public domain, furnished "as is", without technical
|
||||||
# Copyright (C) 2008-2012 OpenWrt.org
|
# support, and with no warranty, express or implied, as to its usefulness for
|
||||||
#
|
# any purpose.
|
||||||
# This is free software, licensed under the GNU General Public License v2.
|
|
||||||
# See /LICENSE for more information.
|
|
||||||
#
|
|
||||||
|
|
||||||
include $(TOPDIR)/rules.mk
|
include $(TOPDIR)/rules.mk
|
||||||
include $(INCLUDE_DIR)/kernel.mk
|
include $(INCLUDE_DIR)/kernel.mk
|
||||||
|
@ -30,11 +27,11 @@ define KernelPackage/v4l2loopback
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define KernelPackage/v4l2loopback/description
|
define KernelPackage/v4l2loopback/description
|
||||||
This module allows you to create "virtual video devices".
|
This module allows you to create "virtual video devices".
|
||||||
Normal (v4l2) applications will read these devices as if
|
Normal (v4l2) applications will read these devices as if
|
||||||
they were ordinary video devices, but the video will not be
|
they were ordinary video devices, but the video will not be
|
||||||
read from e.g. a capture card but instead it is generated
|
read from e.g. a capture card but instead it is generated
|
||||||
by another application.
|
by another application.
|
||||||
endef
|
endef
|
||||||
|
|
||||||
MAKE_OPTS:= \
|
MAKE_OPTS:= \
|
||||||
|
|
|
@ -1,8 +1,6 @@
|
||||||
#
|
# This software is in the public domain, furnished "as is", without technical
|
||||||
# Copyright (C) 2017 OpenWrt.org
|
# support, and with no warranty, express or implied, as to its usefulness for
|
||||||
#
|
# any purpose.
|
||||||
# This is free software, licensed under the GNU General Public License v2.
|
|
||||||
# See /LICENSE for more information.
|
|
||||||
|
|
||||||
include $(TOPDIR)/rules.mk
|
include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue