diff options
author | lx <lx@FreeBSD.org> | 2012-02-17 04:17:31 +0800 |
---|---|---|
committer | lx <lx@FreeBSD.org> | 2012-02-17 04:17:31 +0800 |
commit | 6e39c967f006b46465bc786e668dbff9661b55e1 (patch) | |
tree | 7fd78ac69ae876aaca7fe348985ae54ff5f793ee /multimedia | |
parent | e42d56433ae4b95208962bdc9e2753c48b8c7b2f (diff) | |
download | freebsd-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/Makefile | 2 | ||||
-rw-r--r-- | multimedia/mplayer/Makefile.options | 2 |
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 |