aboutsummaryrefslogtreecommitdiffstats
path: root/multimedia
diff options
context:
space:
mode:
authorlx <lx@FreeBSD.org>2012-02-17 04:17:31 +0800
committerlx <lx@FreeBSD.org>2012-02-17 04:17:31 +0800
commit6e39c967f006b46465bc786e668dbff9661b55e1 (patch)
tree7fd78ac69ae876aaca7fe348985ae54ff5f793ee /multimedia
parente42d56433ae4b95208962bdc9e2753c48b8c7b2f (diff)
downloadfreebsd-ports-graphics-6e39c967f006b46465bc786e668dbff9661b55e1.tar.gz
freebsd-ports-graphics-6e39c967f006b46465bc786e668dbff9661b55e1.tar.zst
freebsd-ports-graphics-6e39c967f006b46465bc786e668dbff9661b55e1.zip
Fix build by chasing libvpx bump.
Diffstat (limited to 'multimedia')
-rw-r--r--multimedia/ffmpeg/Makefile2
-rw-r--r--multimedia/mplayer/Makefile.options2
2 files changed, 2 insertions, 2 deletions
diff --git a/multimedia/ffmpeg/Makefile b/multimedia/ffmpeg/Makefile
index e799e60cdd3..4296bf343ff 100644
--- a/multimedia/ffmpeg/Makefile
+++ b/multimedia/ffmpeg/Makefile
@@ -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
diff --git a/multimedia/mplayer/Makefile.options b/multimedia/mplayer/Makefile.options
index 92d20ae3d00..7ed0a11a58a 100644
--- a/multimedia/mplayer/Makefile.options
+++ b/multimedia/mplayer/Makefile.options
@@ -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