summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThiago Santos <thiago.sousa.santos@collabora.com>2013-03-18 13:44:43 -0300
committerThiago Santos <thiago.sousa.santos@collabora.com>2013-04-16 16:08:50 -0300
commit418efdd636c542ab52131ee3469956d13a4dbe42 (patch)
treec2601e4cb80693253d7f4044a70b7e4d22f22afa
parentf0bd8598f33bd9fd5e65d0e9a8e6a6ce80f63d33 (diff)
downloadgstreamer-plugins-bad-418efdd636c542ab52131ee3469956d13a4dbe42.tar.gz
eagl: add ios window system option for eglgles
-rw-r--r--configure.ac5
1 files changed, 4 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 19a8ff43d..5b6a1a9c0 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1622,7 +1622,7 @@ AG_GST_CHECK_FEATURE(RSVG, [rsvg decoder], rsvg, [
dnl *** eglgles ***
AC_ARG_WITH([egl-window-system],
- AS_HELP_STRING([--with-egl-window-system],[EGL window system to use (x11, mali-fb, rpi, none)]),
+ AS_HELP_STRING([--with-egl-window-system],[EGL window system to use (x11, mali-fb, rpi, ios, none)]),
[EGL_WINDOW_SYSTEM="$withval"],
[EGL_WINDOW_SYSTEM="none"])
@@ -1731,6 +1731,9 @@ AG_GST_CHECK_FEATURE(EGLGLES, [eglgles sink], eglgles, [
LIBS=$old_LIBS
CFLAGS=$old_CFLAGS
;;
+ ios)
+ HAVE_EGLGLES="yes"
+ ;;
*)
AC_MSG_ERROR([invalid EGL window system specified])
;;