forked from Lainports/opnsense-ports
34 lines
656 B
Makefile
34 lines
656 B
Makefile
# Created by: Michael Johnson <ahze@FreeBSD.org>
|
|
# $FreeBSD$
|
|
#
|
|
# Updating notes: see multimedia/x264/Makefile.
|
|
|
|
PORTREVISION= 1
|
|
PKGNAMEPREFIX= lib
|
|
COMMENT= H.264/MPEG-4 AVC Video Encoding (Library)
|
|
MASTERDIR= ${.CURDIR}/../x264
|
|
PLIST= ${.CURDIR}/pkg-plist
|
|
|
|
LIB_DEPENDS= #
|
|
|
|
USES= pathfix
|
|
|
|
OPTIONS_DEFINE= HI10P
|
|
OPTIONS_EXCLUDE= FFMS GPAC LAVF LSMASH SWSCALE
|
|
|
|
HI10P_DESC= Enable High 10 Profile 10-bit encoding
|
|
HI10P_CONFIGURE_ON= --bit-depth=10
|
|
|
|
CONFIGURE_ARGS= \
|
|
--enable-static \
|
|
--enable-shared \
|
|
--disable-cli
|
|
|
|
PATHFIX_MAKEFILEIN= Makefile
|
|
|
|
PLIST_FILES= #
|
|
PLIST_SUB+= X264_BUILD=${X264_BUILD}
|
|
|
|
pre-build:
|
|
|
|
.include "${MASTERDIR}/Makefile"
|