summaryrefslogtreecommitdiff
path: root/external/mit/xorg/lib/libXv/Makefile
blob: cb0fe10864f55d3ecd846fde611c22363461edc8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
#	$NetBSD: Makefile,v 1.4 2013/06/01 08:03:26 mrg Exp $

.include <bsd.own.mk>

LIB=	Xv
.PATH:	${X11SRCDIR.${LIB}}/src
.PATH:	${X11SRCDIR.${LIB}}/include/X11/extensions
.PATH:	${X11SRCDIR.${LIB}}/man

SRCS=	Xv.c

CPPFLAGS+=	${X11FLAGS.THREADLIB}
CPPFLAGS+=	-DHAVE__XEATDATAWORDS

INCS=	Xvlib.h
INCSDIR=${X11INCDIR}/X11/extensions

LIBDPLIBS=\
	Xext	${.CURDIR}/../libXext \
	X11	${.CURDIR}/../libX11/dynamic

MAN=	Xv.3 XvFreeAdaptorInfo.3 XvFreeEncodingInfo.3 XvGetPortAttribute.3 \
	XvGetStill.3 XvGetVideo.3 XvGrabPort.3 XvPortNotify.3 XvPutStill.3 \
	XvPutVideo.3 XvQueryAdaptors.3 XvQueryBestSize.3 XvQueryEncodings.3 \
	XvQueryExtension.3 XvSelectPortNotify.3 XvSelectVideoNotify.3 \
	XvSetPortAttribute.3 XvStopVideo.3 XvUngrabPort.3 XvVideoNotify.3

PKGDIST=	${LIB}

.include <bsd.x11.mk>
.include <bsd.lib.mk>