diff options
author | itetcu <itetcu@FreeBSD.org> | 2006-10-04 06:02:01 +0000 |
---|---|---|
committer | itetcu <itetcu@FreeBSD.org> | 2006-10-04 06:02:01 +0000 |
commit | 61d480abb764866ba83b72488c1345619818a662 (patch) | |
tree | 7dbd24262d3ae0190589635074d53963e2351019 /multimedia | |
parent | d1cc8cc639cea43d827d399f1df3fbbe6ed0712a (diff) | |
download | FreeBSD-ports-61d480abb764866ba83b72488c1345619818a662.zip FreeBSD-ports-61d480abb764866ba83b72488c1345619818a662.tar.gz |
Catch-up with multimedia/x264's libx264 version bump.
Pontyhat to: ahze
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/ffmpeg-devel/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/multimedia/ffmpeg-devel/Makefile b/multimedia/ffmpeg-devel/Makefile index 8c1345d..b7ff564 100644 --- a/multimedia/ffmpeg-devel/Makefile +++ b/multimedia/ffmpeg-devel/Makefile @@ -306,7 +306,7 @@ FFMPEG_CFLAGS+= -I${LOCALBASE}/include/vorbis .endif # x264 .ifdef(WITH_X264) -LIB_DEPENDS+= x264.49:${PORTSDIR}/multimedia/x264 +LIB_DEPENDS+= x264.50:${PORTSDIR}/multimedia/x264 CONFIGURE_ARGS+= --enable-x264 .endif |