diff options
author | Michael Johnson <ahze@FreeBSD.org> | 2005-06-03 04:11:38 +0000 |
---|---|---|
committer | Michael Johnson <ahze@FreeBSD.org> | 2005-06-03 04:11:38 +0000 |
commit | f6916c1ba531aba344625efb4fa50f4669b3f831 (patch) | |
tree | e56985440d43bb683f62292f3f8855b44704a221 /multimedia/x264/Makefile | |
parent | dfbf58447c49727540a518aee6f8f8dba7c5286c (diff) |
Notes
Diffstat (limited to 'multimedia/x264/Makefile')
-rw-r--r-- | multimedia/x264/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/multimedia/x264/Makefile b/multimedia/x264/Makefile index 451def929f29..6b2c5447e53d 100644 --- a/multimedia/x264/Makefile +++ b/multimedia/x264/Makefile @@ -6,9 +6,11 @@ # PORTNAME= x264 -PORTVERSION= 0.0.20050518 +PORTVERSION= 0.0.20050531 +PORTREVISION= 1 CATEGORIES= multimedia -MASTER_SITES= ${MASTER_SITE_LOCAL:S|$|ahze/|} +MASTER_SITES= ${MASTER_SITE_LOCAL:S|$|ahze/|} \ + http://people.freebsd.org/~ahze/distfiles/ # http://download.videolan.org/pub/videolan/contrib/ \ # http://ftp.snt.utwente.nl/pub/software/videolan/contrib/ DISTNAME= ${PORTNAME}-${PORTVERSION:S/0.0.//} @@ -38,6 +40,7 @@ OPTIONS= GPAC "Enable MPEG-4 Output" On \ CONFIGURE_ARGS+= --extra-cflags="${CPPFLAGS} ${CFLAGS} -fPIC -I${LOCALBASE}/include" \ --extra-ldflags="${LDFLAGS} -L${LOCALBASE}/lib" +# --enable-pthread .include <bsd.port.pre.mk> |