Check for libXvMC (not +W) for enabling libxvmc support.
Fixes PR 44588 by Robert Elz.
This commit is contained in:
parent
7b107b0c88
commit
c33c844612
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile.common,v 1.65 2010/07/28 09:24:14 drochner Exp $
|
||||
# $NetBSD: Makefile.common,v 1.66 2011/02/20 14:29:14 wiz Exp $
|
||||
#
|
||||
|
||||
# used by audio/xine-arts/Makefile
|
||||
|
@ -49,7 +49,7 @@ PLIST.xvmc= yes
|
|||
CONFIGURE_ARGS+= --with-xv-path='${X11BASE}/lib'
|
||||
PLIST.xv= yes
|
||||
.endif
|
||||
.if exists(${X11BASE}/lib/libXvMCW.so)
|
||||
.if exists(${X11BASE}/lib/libXvMC.so)
|
||||
CONFIGURE_ARGS+= --with-xvmc-path='${X11BASE}/lib'
|
||||
CONFIGURE_ARGS+= --with-xxmc-path='${X11BASE}/lib'
|
||||
PLIST.xvmc= yes
|
||||
|
|
Loading…
Reference in a new issue