summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian@centricular.com>2013-11-01 22:32:32 +0100
committerSebastian Dröge <sebastian@centricular.com>2013-11-01 22:32:32 +0100
commitea086ca36c7d804af50dca869a4bf796993f3c20 (patch)
tree3188b2247b158223db8f383103e63dcebc763279 /configure.ac
parent15717842e426187635d934c16b1f2ddd6b96eb2a (diff)
downloadgstreamer-plugins-bad-ea086ca36c7d804af50dca869a4bf796993f3c20.tar.gz
configure: Always define AM_CONDITIONAL USE_EGLGLES
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 3e5520440..545859d24 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2229,6 +2229,7 @@ AM_CONDITIONAL(USE_OPENJPEG, false)
AM_CONDITIONAL(USE_OPUS, false)
AM_CONDITIONAL(USE_PVR, false)
AM_CONDITIONAL(USE_RSVG, false)
+AM_CONDITIONAL(USE_EGLGLES, false)
AM_CONDITIONAL(USE_TIMIDITY, false)
AM_CONDITIONAL(USE_WILDMIDI, false)
AM_CONDITIONAL(USE_SDL, false)