multimedia: add v4l2tools & v4l2loopback
authorMichel Promonet <michel.promonet@free.fr>
Sun, 3 Oct 2021 18:53:16 +0000 (20:53 +0200)
committerRosen Penev <rosenp@gmail.com>
Thu, 11 Nov 2021 11:46:02 +0000 (03:46 -0800)
Signed-off-by: Michel Promonet <michel.promonet@free.fr>
kernel/v4l2loopback/Makefile
multimedia/v4l2tools/Makefile

index 179899fbd7cd70d280bc1dd83345197f8094c685..6485519207d51b1eb60e441f9081dace9771ffea 100644 (file)
@@ -1,9 +1,6 @@
-#
-# Copyright (C) 2008-2012 OpenWrt.org
-#
-# This is free software, licensed under the GNU General Public License v2.
-# See /LICENSE for more information.
-#
+# This software is in the public domain, furnished "as is", without technical
+# support, and with no warranty, express or implied, as to its usefulness for
+# any purpose.
 
 include $(TOPDIR)/rules.mk
 include $(INCLUDE_DIR)/kernel.mk
@@ -30,11 +27,11 @@ define KernelPackage/v4l2loopback
 endef
 
 define KernelPackage/v4l2loopback/description
-       This module allows you to create "virtual video devices".
-       Normal (v4l2) applications will read these devices as if
-       they were ordinary video devices, but the video will not be
-       read from e.g. a capture card but instead it is generated
-       by another application. 
+  This module allows you to create "virtual video devices".
+  Normal (v4l2) applications will read these devices as if
+  they were ordinary video devices, but the video will not be
+  read from e.g. a capture card but instead it is generated
+  by another application. 
 endef
 
 MAKE_OPTS:= \
index 1c1f7c61ddb59f9752cf96ab0620d84438f47927..5e26a1f58215953b5dee6a87b5b34bc65f09c14a 100644 (file)
@@ -1,8 +1,6 @@
-#
-# Copyright (C) 2017 OpenWrt.org
-#
-# This is free software, licensed under the GNU General Public License v2.
-# See /LICENSE for more information.
+# This software is in the public domain, furnished "as is", without technical
+# support, and with no warranty, express or implied, as to its usefulness for
+# any purpose.
 
 include $(TOPDIR)/rules.mk