- Fix build dependency on v4l2
- Bump PORTREVISION PR: 193151 Submitted by: jbeich@vfemail.net
This commit is contained in:
parent
0cf537668e
commit
78a727d470
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=367436
1 changed files with 2 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
|||
|
||||
PORTNAME= ffmpeg
|
||||
PORTVERSION= 2.2.4
|
||||
PORTREVISION= 5
|
||||
PORTREVISION= 6
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES= multimedia audio ipv6 net
|
||||
MASTER_SITES= http://ffmpeg.org/releases/
|
||||
|
@ -117,6 +117,7 @@ LIBBLURAY_LIB_DEPENDS= libbluray.so:${PORTSDIR}/multimedia/libbluray
|
|||
LIBBLURAY_CONFIGURE_ENABLE= libbluray
|
||||
|
||||
# libv4l
|
||||
LIBV4L_BUILD_DEPENDS= v4l_compat>0:${PORTSDIR}/multimedia/v4l_compat
|
||||
LIBV4L_LIB_DEPENDS= libv4l2.so:${PORTSDIR}/multimedia/libv4l
|
||||
LIBV4L_CONFIGURE_ENABLE= libv4l2
|
||||
LIBV4L_CONFIGURE_OFF= --disable-indev=v4l2 \
|
||||
|
|
Loading…
Reference in a new issue