1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-09 06:51:44 +00:00

- Add support for XvMC acceleration

PR:		134587
Submitted by:	Hajimu UMEMOTO <ume@mahoroba.org>
Approved by:	maintainer implicit
This commit is contained in:
Martin Wilke 2009-05-17 08:50:21 +00:00
parent f592cfbae0
commit 2838775715
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=234065

View File

@ -24,6 +24,7 @@ OPTIONS+= X11DGA "X11 video drivers: DGA" on
OPTIONS+= X11GL "X11 video drivers: OpenGL" on
OPTIONS+= X11XIN "X11 video drivers: Xinerama" on
OPTIONS+= X11VM "X11 VidMode support" on
OPTIONS+= X11XVMC "Enable XvMC acceleration" off
OPTIONS+= GUI "Enable GTK2 graphical user interface with X11" on
OPTIONS+= SDL "Enable SDL video output" off
OPTIONS+= VIDIX "Enable VIDIX video output on supported archs" on
@ -150,6 +151,10 @@ USE_XORG+= xxf86vm
.else
CONFIGURE_ARGS+=--disable-vm
.endif
.if defined(WITH_X11XVMC)
USE_XORG+= xvmc
CONFIGURE_ARGS+=--enable-xvmc --with-xvmclib=XvMCW
.endif
.else #WITHOUT_X11
CONFIGURE_ARGS+=--disable-x11 \
--disable-fontconfig