Add a build depend on v4l_compat when the V4L option is enabled (which is
by default). So dvb support is enabled and build. This allows vlc to understand dvb:// uri's again. PR: 207397 Submitted by: Tobias Kortkamp <t@tobik.me>
This commit is contained in:
parent
28282de23b
commit
0bd488ab5a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=409337
1 changed files with 2 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
|||
|
||||
PORTNAME= vlc
|
||||
DISTVERSION= 2.2.1
|
||||
PORTREVISION= 6
|
||||
PORTREVISION= 7
|
||||
PORTEPOCH= 4
|
||||
CATEGORIES= multimedia audio ipv6 net www
|
||||
MASTER_SITES= http://download.videolan.org/pub/videolan/${PORTNAME}/${DISTVERSION:S/a$//}/ \
|
||||
|
@ -284,6 +284,7 @@ TWOLAME_CONFIGURE_ENABLE= twolame
|
|||
UPNP_LIB_DEPENDS= libupnp.so:${PORTSDIR}/devel/upnp
|
||||
UPNP_CONFIGURE_ENABLE= upnp
|
||||
|
||||
V4L_BUILD_DEPENDS= v4l_compat>=0:${PORTSDIR}/multimedia/v4l_compat
|
||||
V4L_LIB_DEPENDS= libv4l2.so:${PORTSDIR}/multimedia/libv4l
|
||||
V4L_CONFIGURE_ENABLE= v4l2
|
||||
|
||||
|
|
Loading…
Reference in a new issue