diff options
author | Ted Hess <thess@kitschensync.net> | 2019-08-20 15:03:30 -0400 |
---|---|---|
committer | Ted Hess <thess@kitschensync.net> | 2019-08-20 15:03:30 -0400 |
commit | 67b8da50c16e2ed01e9ae9a311e88b0fb172adc0 (patch) | |
tree | cadfc709fcd42fc99e10eee3d4ac374ea736716f /libs/libv4l/Makefile | |
parent | 29b322fc61269312c51c25374d863d55ad47b728 (diff) |
libv4l: Update to 1.16.6. Fix missing includes patch
Signed-off-by: Ted Hess <thess@kitschensync.net>
Diffstat (limited to 'libs/libv4l/Makefile')
-rw-r--r-- | libs/libv4l/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libs/libv4l/Makefile b/libs/libv4l/Makefile index 23b891a3d..7edc71800 100644 --- a/libs/libv4l/Makefile +++ b/libs/libv4l/Makefile @@ -6,12 +6,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=v4l-utils -PKG_VERSION:=1.16.5 +PKG_VERSION:=1.16.6 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_SOURCE_URL:=https://www.linuxtv.org/downloads/v4l-utils -PKG_HASH:=ed80242510385017a1dc566e17a285a77222bb301f5bc19386badfcc2c19df1b +PKG_HASH:=f9dac1878e3d5636eab7f56bb209fdfc66b94ee8a2aae54dcb4282fe63a678ae PKG_MAINTAINER:=Ted Hess <thess@kitschensync.net> PKG_LICENSE:=GPL-2.0 LGPL-2.1 |