diff options
author | Michael Johnson <ahze@FreeBSD.org> | 2006-05-10 11:45:48 +0000 |
---|---|---|
committer | Michael Johnson <ahze@FreeBSD.org> | 2006-05-10 11:45:48 +0000 |
commit | 8f5c25f837c10802b0f0af68ebb21aad7781486c (patch) | |
tree | 653fd5fad5fe578ba28b8da38a2d675c91a0cfd9 /multimedia/mpeg4ip | |
parent | 4719bd79217949ab4306c56323bdf18f0c0adef2 (diff) | |
download | ports-8f5c25f837c10802b0f0af68ebb21aad7781486c.tar.gz ports-8f5c25f837c10802b0f0af68ebb21aad7781486c.zip |
- Chase x264 libver bump
Notes
Notes:
svn path=/head/; revision=161916
Diffstat (limited to 'multimedia/mpeg4ip')
-rw-r--r-- | multimedia/mpeg4ip/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/multimedia/mpeg4ip/Makefile b/multimedia/mpeg4ip/Makefile index 9aa18942f10c..ae100eab0ee5 100644 --- a/multimedia/mpeg4ip/Makefile +++ b/multimedia/mpeg4ip/Makefile @@ -7,6 +7,7 @@ PORTNAME= mpeg4ip PORTVERSION= 1.4.1 +PORTREVISION= 1 CATEGORIES= multimedia audio ipv6 net MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -23,7 +24,7 @@ LIB_DEPENDS= faac.0:${PORTSDIR}/audio/faac \ a52.0:${PORTSDIR}/audio/liba52 \ mpeg2.0:${PORTSDIR}/multimedia/libmpeg2 \ avcodec.1:${PORTSDIR}/multimedia/ffmpeg \ - x264.1:${PORTSDIR}/multimedia/x264 \ + x264.47:${PORTSDIR}/multimedia/x264 \ mp4v2.0:${PORTSDIR}/multimedia/mpeg4ip-libmp4v2 \ mp4av.0:${PORTSDIR}/multimedia/mpeg4ip-libmp4v2 |