summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure20
1 files changed, 0 insertions, 20 deletions
diff --git a/configure b/configure
index 0de4c2d89e..f79b8cec08 100755
--- a/configure
+++ b/configure
@@ -381,7 +381,6 @@ Codecs:
Video output:
--enable-gl enable OpenGL video output [autodetect]
- --disable-matrixview disable OpenGL MatrixView video output [autodetect]
--enable-dga2 enable DGA 2 support [autodetect]
--enable-dga1 enable DGA 1 support [autodetect]
--enable-vesa enable VESA video output [autodetect]
@@ -573,7 +572,6 @@ _md5sum=yes
_yuv4mpeg=yes
_gif=auto
_gl=auto
-matrixview=yes
_ggi=auto
_ggiwmh=auto
_aa=auto
@@ -879,8 +877,6 @@ for ac_option do
--disable-gif) _gif=no ;;
--enable-gl) _gl=yes ;;
--disable-gl) _gl=no ;;
- --enable-matrixview) matrixview=yes ;;
- --disable-matrixview) matrixview=no ;;
--enable-ggi) _ggi=yes ;;
--disable-ggi) _ggi=no ;;
--enable-ggiwmh) _ggiwmh=yes ;;
@@ -4572,20 +4568,6 @@ fi
echores "$_gl"
-echocheck "MatrixView"
-if test "$_gl" = no ; then
- matrixview=no
-fi
-if test "$matrixview" = yes ; then
- vomodules="matrixview $vomodules"
- def_matrixview='#define CONFIG_MATRIXVIEW 1'
-else
- novomodules="matrixview $novomodules"
- def_matrixview='#undef CONFIG_MATRIXVIEW'
-fi
-echores "$matrixview"
-
-
if os2 ; then
echocheck "KVA (SNAP/WarpOverlay!/DIVE)"
if test "$_kva" = auto; then
@@ -6717,7 +6699,6 @@ GL = $_gl
GL_WIN32 = $_gl_win32
GL_X11 = $_gl_x11
GL_SDL = $_gl_sdl
-MATRIXVIEW = $matrixview
HAVE_POSIX_SELECT = $_posix_select
HAVE_SYS_MMAN_H = $_mman
IVTV = $_ivtv
@@ -7126,7 +7107,6 @@ $def_gl
$def_gl_win32
$def_gl_x11
$def_gl_sdl
-$def_matrixview
$def_ivtv
$def_jpeg
$def_kva