mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-19 06:46:38 +00:00
gl: Only enabled cocoa backend on osx (and not ios)
ios requires using EAGL
This commit is contained in:
parent
6b784cf808
commit
e26e3371a5
1 changed files with 2 additions and 1 deletions
|
@ -954,7 +954,8 @@ case $host in
|
|||
fi
|
||||
fi
|
||||
;;
|
||||
*-darwin*)
|
||||
i386-darwin* | x86_64-darwin*)
|
||||
dnl Only osx supports cocoa. ios requires EAGL.
|
||||
if test "x$NEED_WGL" = "xyes"; then
|
||||
AC_MSG_ERROR([WGL is not available on Mac OS X])
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue