Remove unused configure option: --enable-video-debug
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
This commit is contained in:
parent
ca16e31336
commit
cd61531a78
10
configure.ac
10
configure.ac
|
|
@ -66,11 +66,6 @@ AC_ARG_ENABLE(dri, AC_HELP_STRING([--disable-dri],
|
|||
[DRI="$enableval"],
|
||||
[DRI=auto])
|
||||
|
||||
AC_ARG_ENABLE(video-debug, AC_HELP_STRING([--enable-video-debug],
|
||||
[Enable video debugging support [[default=no]]]),
|
||||
[VIDEO_DEBUG="$enableval"],
|
||||
[VIDEO_DEBUG=no])
|
||||
|
||||
AC_ARG_ENABLE(xvmc, AC_HELP_STRING([--disable-xvmc],
|
||||
[Disable XvMC support [[default=yes]]]),
|
||||
[XVMC="$enableval"],
|
||||
|
|
@ -130,11 +125,6 @@ if test "$DRI" = yes; then
|
|||
AC_DEFINE(XF86DRI_DEVEL,1,[Enable developmental DRI driver support])
|
||||
fi
|
||||
|
||||
AM_CONDITIONAL(VIDEO_DEBUG, test x$VIDEO_DEBUG = xyes)
|
||||
if test "$VIDEO_DEBUG" = yes; then
|
||||
AC_DEFINE(VIDEO_DEBUG,1,[Enable debug support])
|
||||
fi
|
||||
|
||||
if test "$XVMC" = yes; then
|
||||
PKG_CHECK_MODULES(XVMCLIB,
|
||||
[xvmc xext xfixes dri2proto x11-xcb xcb-dri2 xcb-aux],
|
||||
|
|
|
|||
Loading…
Reference in New Issue