aboutsummaryrefslogtreecommitdiff
path: root/multimedia
diff options
context:
space:
mode:
authorDavid Thiel <lx@FreeBSD.org>2012-02-16 20:17:31 +0000
committerDavid Thiel <lx@FreeBSD.org>2012-02-16 20:17:31 +0000
commit874629c3a19ebe0f30e92f8761e13bf0a1ca5cf1 (patch)
treea5c8da145936b103c2c96cdfbbd7b9c62888bc21 /multimedia
parent5385c4aaa37b0105261a02ec634b7b9f42e30987 (diff)
downloadports-874629c3a19ebe0f30e92f8761e13bf0a1ca5cf1.tar.gz
ports-874629c3a19ebe0f30e92f8761e13bf0a1ca5cf1.zip
Notes
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 e799e60cdd30..4296bf343fff 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 92d20ae3d004..7ed0a11a58a8 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