Mercurial > mplayer.hg
changeset 28090:ff508c85d591
10l: actually disable quartz vo when detection failed.
author | gpoirier |
---|---|
date | Wed, 10 Dec 2008 14:28:17 +0000 |
parents | 782c44a41fad |
children | c6ead2b85569 |
files | configure |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/configure Wed Dec 10 12:41:36 2008 +0000 +++ b/configure Wed Dec 10 14:28:17 2008 +0000 @@ -3636,7 +3636,7 @@ _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'