mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
multimedia/v4l_compat: Add include/linux/uvcvideo.h for webcam support
Used for webcam redirection support in net/freerdp3 PR: 285164 Approved by: makc (multimedia, maintainer)
This commit is contained in:
parent
35de20410c
commit
691e0cbdd4
2 changed files with 3 additions and 0 deletions
|
@ -1,4 +1,5 @@
|
|||
PORTNAME= v4l_compat
|
||||
PORTREVISION= 6
|
||||
|
||||
COMMENT= Video4Linux IOCTL header files
|
||||
WWW= https://linuxtv.org
|
||||
|
@ -26,6 +27,7 @@ BASE_HEADERS= \
|
|||
linux/lirc.h \
|
||||
linux/media.h \
|
||||
linux/media-bus-format.h \
|
||||
linux/uvcvideo.h \
|
||||
linux/v4l2-common.h \
|
||||
linux/v4l2-controls.h \
|
||||
linux/v4l2-mediabus.h \
|
||||
|
|
|
@ -14,6 +14,7 @@ include/linux/lirc.h
|
|||
include/linux/media.h
|
||||
include/linux/media-bus-format.h
|
||||
include/linux/types.h
|
||||
include/linux/uvcvideo.h
|
||||
include/linux/v4l2-common.h
|
||||
include/linux/v4l2-controls.h
|
||||
include/linux/v4l2-mediabus.h
|
||||
|
|
Loading…
Add table
Reference in a new issue