1
0
mirror of https://github.com/mpv-player/mpv synced 2024-12-18 21:06:00 +00:00

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
This commit is contained in:
diego 2008-11-13 00:15:09 +00:00
parent 69c3d22e00
commit 5dbcc861f5

2
configure vendored
View File

@ -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