summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorJulien Isorce <julien.isorce@collabora.co.uk>2014-04-15 17:06:38 +0100
committerJulien Isorce <julien.isorce@collabora.co.uk>2014-04-15 18:32:12 +0100
commitd4bb7cb4c74e8d455e1c53d32c9a1106cd8c2d27 (patch)
tree22cf1a0ee3e5329a938377ecbe66f6ca7e6b6717 /examples
parent1b6879921cdddf261c47391a47150c13158ac0cb (diff)
downloadgst-omx-d4bb7cb4c74e8d455e1c53d32c9a1106cd8c2d27.tar.gz
configure.ac: check for libgstgl since libgstegl has been removed
https://bugzilla.gnome.org/show_bug.cgi?id=703343
Diffstat (limited to 'examples')
-rw-r--r--examples/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/Makefile.am b/examples/Makefile.am
index 8094d86..b7c064c 100644
--- a/examples/Makefile.am
+++ b/examples/Makefile.am
@@ -1,4 +1,4 @@
-if HAVE_GST_EGL
+if HAVE_GST_GL
SUBDIRS = egl
endif