aboutsummaryrefslogtreecommitdiff
path: root/x11/gstreamer1-plugins-x/Makefile
blob: 98e56bbe0c7159a155cb78fbdb17d65b59b98926 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
PORTREVISION=	0
CATEGORIES=	x11

COMMENT=	GStreamer X and Xvideo output plugins

GST_PLUGIN=	x

BASE_GST_ENABLED_PLUGINS=	ximage \
				xvideo
DIST=	base

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

PLIST=	${.CURDIR}/pkg-plist

USES=		xorg
USE_XORG=	x11 xv xext
CONFIGURE_ARGS=	-Dxvideo=enabled -Dxshm=enabled

.include "${MASTERDIR}/Makefile"