Remove building with NOCRYPTO option
[minix.git] / external / mit / xorg / lib / libXv / Makefile
blobcb0fe10864f55d3ecd846fde611c22363461edc8
1 # $NetBSD: Makefile,v 1.4 2013/06/01 08:03:26 mrg Exp $
3 .include <bsd.own.mk>
5 LIB= Xv
6 .PATH: ${X11SRCDIR.${LIB}}/src
7 .PATH: ${X11SRCDIR.${LIB}}/include/X11/extensions
8 .PATH: ${X11SRCDIR.${LIB}}/man
10 SRCS= Xv.c
12 CPPFLAGS+= ${X11FLAGS.THREADLIB}
13 CPPFLAGS+= -DHAVE__XEATDATAWORDS
15 INCS= Xvlib.h
16 INCSDIR=${X11INCDIR}/X11/extensions
18 LIBDPLIBS=\
19 Xext ${.CURDIR}/../libXext \
20 X11 ${.CURDIR}/../libX11/dynamic
22 MAN= Xv.3 XvFreeAdaptorInfo.3 XvFreeEncodingInfo.3 XvGetPortAttribute.3 \
23 XvGetStill.3 XvGetVideo.3 XvGrabPort.3 XvPortNotify.3 XvPutStill.3 \
24 XvPutVideo.3 XvQueryAdaptors.3 XvQueryBestSize.3 XvQueryEncodings.3 \
25 XvQueryExtension.3 XvSelectPortNotify.3 XvSelectVideoNotify.3 \
26 XvSetPortAttribute.3 XvStopVideo.3 XvUngrabPort.3 XvVideoNotify.3
28 PKGDIST= ${LIB}
30 .include <bsd.x11.mk>
31 .include <bsd.lib.mk>