aboutsummaryrefslogtreecommitdiff
path: root/graphics/gstreamer1-plugins-openexr/Makefile
blob: affa28569cc331fa3a14443e7c63f554c0cecc89 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
PORTREVISION=	8
CATEGORIES=	graphics

COMMENT=	GStreamer OpenExr codec plugin

USES+=		compiler:c++11-lang
GST_PLUGIN=	openexr
DIST=		bad

CPPFLAGS+=	-DInt64=uint64_t

pre-configure:
		${REINPLACE_CMD} -e 's/c++98/c++11/' ${WRKSRC}/ext/openexr/Makefile.in

MASTERDIR=	${.CURDIR}/../../multimedia/gstreamer1-plugins

.include "${MASTERDIR}/Makefile"