mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-28 05:29:48 +00:00
Fix build by chasing libvpx bump.
This commit is contained in:
parent
5385c4aaa3
commit
874629c3a1
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=291548
@ -357,7 +357,7 @@ CONFIGURE_ARGS+= --disable-libvorbis
|
||||
|
||||
# vp8
|
||||
.if !defined(WITHOUT_VP8)
|
||||
LIB_DEPENDS+= vpx.0:${PORTSDIR}/multimedia/libvpx
|
||||
LIB_DEPENDS+= vpx.1:${PORTSDIR}/multimedia/libvpx
|
||||
CONFIGURE_ARGS+= --enable-libvpx
|
||||
.else
|
||||
CONFIGURE_ARGS+= --disable-libvpx
|
||||
|
@ -102,7 +102,7 @@ CONFIGURE_ARGS+= --disable-theora
|
||||
.endif
|
||||
|
||||
.if defined(WITH_VPX)
|
||||
LIB_DEPENDS+= vpx.0:${PORTSDIR}/multimedia/libvpx
|
||||
LIB_DEPENDS+= vpx.1:${PORTSDIR}/multimedia/libvpx
|
||||
.else
|
||||
CONFIGURE_ARGS+= --disable-libvpx-lavc
|
||||
.endif
|
||||
|
Loading…
Reference in New Issue
Block a user