diff options
author | mm <mm@FreeBSD.org> | 2010-07-24 23:30:17 +0800 |
---|---|---|
committer | mm <mm@FreeBSD.org> | 2010-07-24 23:30:17 +0800 |
commit | 0f895d56962d1552037843cd90a2e42fc8bef74b (patch) | |
tree | a26742245c78c5626bfcb211a93953793dac21be /multimedia/transcode | |
parent | 03ebb72763f00b63bdce0fcec32b0eef6feaa1d5 (diff) | |
download | freebsd-ports-gnome-0f895d56962d1552037843cd90a2e42fc8bef74b.tar.gz freebsd-ports-gnome-0f895d56962d1552037843cd90a2e42fc8bef74b.tar.zst freebsd-ports-gnome-0f895d56962d1552037843cd90a2e42fc8bef74b.zip |
- Update x264 to 20100624 (build 98)
Diffstat (limited to 'multimedia/transcode')
-rw-r--r-- | multimedia/transcode/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/multimedia/transcode/Makefile b/multimedia/transcode/Makefile index 7811ce233c8e..976df0dead58 100644 --- a/multimedia/transcode/Makefile +++ b/multimedia/transcode/Makefile @@ -7,7 +7,7 @@ PORTNAME= transcode PORTVERSION= 1.1.5 -PORTREVISION= 10 +PORTREVISION= 11 CATEGORIES= multimedia MASTER_SITES= ${MASTER_SITE_BERLIOS} \ http://fromani.exit1.org/ @@ -117,7 +117,7 @@ CONFIGURE_ARGS+= --disable-xvid .endif .if defined(WITH_X264) -LIB_DEPENDS+= x264.85:${PORTSDIR}/multimedia/x264 +LIB_DEPENDS+= x264.98:${PORTSDIR}/multimedia/x264 CONFIGURE_ARGS+= --with-x264-prefix=${LOCALBASE} --enable-x264 .else CONFIGURE_ARGS+= --disable-x264 |