summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-11-13 00:15:09 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-11-13 00:15:09 +0000
commit5dbcc861f581b16fc028f735ee91dc3cfbf1f7ba (patch)
tree85c57cb68a5014be32c85a29c68957de7267d373 /configure
parent69c3d22e006ddd63fd3de5ae1436051ad1cac854 (diff)
downloadmpv-5dbcc861f581b16fc028f735ee91dc3cfbf1f7ba.tar.bz2
mpv-5dbcc861f581b16fc028f735ee91dc3cfbf1f7ba.tar.xz
Print out that vo_macosx is disabled when Mac OS X APIs are not available.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27905 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index ebc6c3ca06..88bfb61fdb 100755
--- a/configure
+++ b/configure
@@ -3521,7 +3521,7 @@ if test "$_macosx" = auto ; then
else
_macosx=no
_noaomodules="macosx $_noaomodules"
- _novomodules="quartz $_novomodules"
+ _novomodules="macosx quartz $_novomodules"
fi
fi
if test "$_macosx" = yes ; then