mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 06:54:49 +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
|
||||||
fi
|
fi
|
||||||
;;
|
;;
|
||||||
*-darwin*)
|
i386-darwin* | x86_64-darwin*)
|
||||||
|
dnl Only osx supports cocoa. ios requires EAGL.
|
||||||
if test "x$NEED_WGL" = "xyes"; then
|
if test "x$NEED_WGL" = "xyes"; then
|
||||||
AC_MSG_ERROR([WGL is not available on Mac OS X])
|
AC_MSG_ERROR([WGL is not available on Mac OS X])
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in a new issue