summaryrefslogtreecommitdiff
path: root/multimedia/x264-devel/Makefile
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2015-12-28 11:37:03 +0000
committeradam <adam@pkgsrc.org>2015-12-28 11:37:03 +0000
commita742015f593510a0dfaa40633569002a3f7bd140 (patch)
tree782ae01ae8ce0f609db525d72dcbe676164905f9 /multimedia/x264-devel/Makefile
parent49f11438c148eaae4ec300869779a1cfea923190 (diff)
downloadpkgsrc-a742015f593510a0dfaa40633569002a3f7bd140.tar.gz
Changes 20151227:
* ppc: Add detection of AltiVec support for FreeBSD * Don't assume 16-byte stack alignment by default on x86-32 * Fix a few static analyzer performance hints * Revise the row VBV algorithm * Fix high bit depth lookahead cost compensation algorithm * Correctly update the intra row predictor in B-frames * Change the predictors update algorithm
Diffstat (limited to 'multimedia/x264-devel/Makefile')
-rw-r--r--multimedia/x264-devel/Makefile10
1 files changed, 8 insertions, 2 deletions
diff --git a/multimedia/x264-devel/Makefile b/multimedia/x264-devel/Makefile
index 7a3e94bc3ed..ad87ea5a222 100644
--- a/multimedia/x264-devel/Makefile
+++ b/multimedia/x264-devel/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.54 2015/07/18 11:08:21 adam Exp $
+# $NetBSD: Makefile,v 1.55 2015/12/28 11:37:03 adam Exp $
-SNAPSHOT_DATE= 20150717
+SNAPSHOT_DATE= 20151227
DISTNAME= x264-snapshot-${SNAPSHOT_DATE}-2245
PKGNAME= x264-devel-${SNAPSHOT_DATE}
@@ -83,6 +83,12 @@ X264_BUILD_THREADS_SUPPORT= yes
X264_BUILD_THREADS_SUPPORT= ${DLOPEN_REQUIRE_PTHREADS}
.endif
+SUBST_CLASSES+= netbsd
+SUBST_STAGE.netbsd= pre-configure
+SUBST_MESSAGE.netbsd= Adding support for NetBSD.
+SUBST_FILES.netbsd= common/cpu.c
+SUBST_SED.netbsd= -e 's,SYS_OPENBSD,SYS_OPENBSD || SYS_NETBSD,'
+
.include "options.mk"
post-extract: