View | Details | Raw Unified | Return to bug 237307
Collapse All | Expand All

(-)Makefile (-1 / +3 lines)
Lines 332-337 Link Here
332
OPENCV_CONFIGURE_ENABLE=	libopencv
332
OPENCV_CONFIGURE_ENABLE=	libopencv
333
333
334
# opengl
334
# opengl
335
OPENGL_USES=		gl
335
OPENGL_USE=		GL=gl
336
OPENGL_USE=		GL=gl
336
OPENGL_CONFIGURE_ENABLE=	opengl
337
OPENGL_CONFIGURE_ENABLE=	opengl
337
338
Lines 473-478 Link Here
473
VAPOURSYNTH_CONFIGURE_ENABLE=	vapoursynth
474
VAPOURSYNTH_CONFIGURE_ENABLE=	vapoursynth
474
475
475
# vdpau
476
# vdpau
477
VDPAU_USE=		XORG=x11
476
VDPAU_LIB_DEPENDS=	libvdpau.so:multimedia/libvdpau
478
VDPAU_LIB_DEPENDS=	libvdpau.so:multimedia/libvdpau
477
VDPAU_CONFIGURE_ENABLE=	vdpau
479
VDPAU_CONFIGURE_ENABLE=	vdpau
478
480
Lines 529-535 Link Here
529
XVID_CONFIGURE_ENABLE=	libxvid
531
XVID_CONFIGURE_ENABLE=	libxvid
530
532
531
# xv
533
# xv
532
XVIDEO_USE=		XORG=xv
534
XVIDEO_USE=		XORG=x11,xext,xv
533
XVIDEO_CONFIGURE_OFF=	--disable-outdev=xv
535
XVIDEO_CONFIGURE_OFF=	--disable-outdev=xv
534
536
535
# zimg
537
# zimg

Return to bug 237307