diff options
author | Sebastian Dröge <slomo@circular-chaos.org> | 2013-06-12 09:38:22 +0200 |
---|---|---|
committer | Sebastian Dröge <slomo@circular-chaos.org> | 2013-06-12 09:38:22 +0200 |
commit | c5a8203bbeb9343562080a75fe4b1b7bbfaa3bd6 (patch) | |
tree | 0d909d43357763f349c3c2104b4ffe94d4a1ded7 /configure.ac | |
parent | 4593918ea46d55c6fb97e98fbe362bbe3c261d66 (diff) | |
download | gst-omx-c5a8203bbeb9343562080a75fe4b1b7bbfaa3bd6.tar.gz |
configure: Allow build without gstreamer-egl
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 447e155..fcf4d9d 100644 --- a/configure.ac +++ b/configure.ac @@ -150,7 +150,7 @@ AM_CONDITIONAL(HAVE_GST_CHECK, test "x$HAVE_GST_CHECK" = "xyes") PKG_CHECK_MODULES([GST_EGL], [gstreamer-egl-1.0], [ AC_DEFINE(HAVE_GST_EGL, 1, [Have gstreamer-egl]) GST_EGL=yes -]) +], [GST_EGL=no]) AM_CONDITIONAL(HAVE_GST_EGL, test "x$GST_EGL" = "xyes") dnl Check for documentation xrefs |