mirror of
https://github.com/mpv-player/mpv
synced 2024-12-26 17:12:36 +00:00
Mac OS X Server support
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20865 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
d776775135
commit
2126ae4eea
3
configure
vendored
3
configure
vendored
@ -3545,7 +3545,8 @@ if darwin; then
|
||||
echocheck "Mac OS X APIs"
|
||||
if test "$_macosx" = auto ; then
|
||||
productName=`/usr/bin/sw_vers -productName`
|
||||
if test "$productName" = "Mac OS X" ; then
|
||||
if test "$productName" = "Mac OS X" ||
|
||||
test "$productName" = "Mac OS X Server" ; then
|
||||
_macosx=yes
|
||||
else
|
||||
_macosx=no
|
||||
|
Loading…
Reference in New Issue
Block a user