From 8e8b7921afb1ff51c52d5e25ffc6fbf340bd1ff9 Mon Sep 17 00:00:00 2001 From: gpoirier Date: Wed, 10 Dec 2008 14:28:17 +0000 Subject: [PATCH] 10l: actually disable quartz vo when detection failed. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28124 b3059339-0415-0410-9bf9-f77b7e298cf2 --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index bf12854c76..f1ff2790c7 100755 --- a/configure +++ b/configure @@ -3636,7 +3636,7 @@ EOF _vomodules="quartz $_vomodules" _def_quicktime='#define CONFIG_QUICKTIME 1' else - _quartz=yes + _quartz=no _def_quartz='#undef CONFIG_QUARTZ' _novomodules="quartz $_novomodules" _def_quicktime='#undef CONFIG_QUICKTIME'