diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-05-15 18:53:46 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-05-15 18:53:46 +0000 |
commit | 4f274163c7ffe5f923094ef9908a4aad0e70e6b7 (patch) | |
tree | 735e3f4d4eada2e3c451641fa7612e9dd703c87e | |
parent | efd139ed48ff79404916e9ab71bee25dbf809441 (diff) | |
download | ports-4f274163c7ffe5f923094ef9908a4aad0e70e6b7.tar.gz ports-4f274163c7ffe5f923094ef9908a4aad0e70e6b7.zip |
Notes
-rw-r--r-- | multimedia/x264/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/multimedia/x264/Makefile b/multimedia/x264/Makefile index f383445bfa95..5bce27c1d575 100644 --- a/multimedia/x264/Makefile +++ b/multimedia/x264/Makefile @@ -3,7 +3,7 @@ PORTNAME= x264 PORTVERSION= 0.${X264_BUILD}.${X264_REV} -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= multimedia MASTER_SITES= ftp://ftp.videolan.org/pub/videolan/x264/snapshots/ \ http://samples.mplayerhq.hu/yuv4mpeg2/:pgo @@ -26,8 +26,7 @@ X264_COMMIT= 3361d59a0a83dcb8b321cc0eb8e6ba68ca49c7d4 X264_GITVER= ${X264_COMMIT:C/^(.......).*$/\1/g} X264_SNAPSHOT= 20130827 -USES= gmake -USE_BZIP2= yes +USES= gmake tar:bzip2 WRKSRC= ${WRKDIR}/${DISTNAME} USE_LDCONFIG= yes HAS_CONFIGURE= yes @@ -43,7 +42,8 @@ X11_OUTPUT_DESC= Enable X11 Output CONFIGURE_ARGS+= --extra-cflags="-I${LOCALBASE}/include" \ --extra-ldflags="-L${LOCALBASE}/lib" \ --enable-static --enable-shared \ - --disable-opencl + --disable-opencl \ + --disable-swscale PLIST_SUB+= X264_BUILD=${X264_BUILD} |