5dc173d864
* encoder: emit an Active Parameter Sets SEI in stream headers if interlaced * encoder: give more warnings when features are automatically disabled * api: allow --psy-rdoq values up to 50; it can be beneficial for film grain * docs: improve --pmode documentation, the feature is fully functional * analysis: do not allow top-skip and depth earlyout in --pmode with --rd 5/6 * asm: correct wrong index name * docs: update preset table and various command line options * fix rd=0,1 * analysis: fix for --rd 0, do not assume a CU is only inter or intra * analysis: rect cost compare typo fix for pmode * search: ensure RDOQ entropy state is always initialized for chroma intra
21 lines
530 B
Makefile
21 lines
530 B
Makefile
# $NetBSD: Makefile,v 1.5 2014/11/29 21:27:06 adam Exp $
|
|
|
|
DISTNAME= 1.4
|
|
PKGNAME= x265-${DISTNAME}
|
|
CATEGORIES= multimedia
|
|
MASTER_SITES= https://bitbucket.org/multicoreware/x265/get/
|
|
DIST_SUBDIR= x265
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://www.x265.org/
|
|
COMMENT= High Efficiency Video Coding (HEVC)
|
|
LICENSE= gnu-gpl-v2
|
|
|
|
WRKSRC= ${WRKDIR}/multicoreware-x265-5e604833c5aa/source
|
|
BUILD_DEPENDS+= yasm>=1.0.0:../../devel/yasm
|
|
|
|
USE_CMAKE= yes
|
|
USE_LANGUAGES= c c++
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|