From 66d795096cc7b43585b503f2ac36786225556aea Mon Sep 17 00:00:00 2001 From: Kovensky Date: Thu, 4 Feb 2010 18:53:47 -0300 Subject: [PATCH] Remove HAVE_MATRIXVIEW references The correct flag is CONFIG_MATRIXVIEW. --- configure | 13 ------------- libvo/video_out.c | 3 --- 2 files changed, 16 deletions(-) diff --git a/configure b/configure index eafe56c1be..84b150bf0c 100755 --- a/configure +++ b/configure @@ -4909,19 +4909,6 @@ echores "$_gl" echocheck "MatrixView" if test "$_gl" = no ; then - _matrixview=no -fi -if test "$_matrixview" = yes ; then - _vomodules="matrixview $_vomodules" - def_matrixview='#define HAVE_MATRIXVIEW 1' -else - _novomodules="matrixview $_novomodules" - def_matrixview='#undef HAVE_MATRIXVIEW' -fi -echores "$_matrixview" - -echocheck "MatrixView" -if test "$_gl" = no ; then matrixview=no fi if test "$matrixview" = yes ; then diff --git a/libvo/video_out.c b/libvo/video_out.c index 829fe91da3..59030b1db7 100644 --- a/libvo/video_out.c +++ b/libvo/video_out.c @@ -187,9 +187,6 @@ const struct vo_driver *video_out_drivers[] = #ifdef CONFIG_GL &video_out_gl, &video_out_gl2, -#ifdef HAVE_MATRIXVIEW - &video_out_matrixview, -#endif #endif #ifdef CONFIG_MATRIXVIEW &video_out_matrixview, -- 2.11.4.GIT