summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulien Isorce <julien.isorce@collabora.co.uk>2014-04-25 13:25:05 +0100
committerJulien Isorce <julien.isorce@collabora.co.uk>2014-06-25 10:50:54 +0100
commite1a1e5f3351b9eb926c4c9c9d999412bb5000ded (patch)
tree393ba0d9b1f54d4046ecd3cd5825745955621a79
parent3d0b891e42b67c108bd6604bb3e2ff9ed6faaf4a (diff)
downloadgst-omx-e1a1e5f3351b9eb926c4c9c9d999412bb5000ded.tar.gz
example: enable testegl
See https://bugzilla.gnome.org/show_bug.cgi?id=728940
-rw-r--r--Makefile.am6
-rw-r--r--configure.ac4
2 files changed, 5 insertions, 5 deletions
diff --git a/Makefile.am b/Makefile.am
index e993476..dadaf70 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,8 +1,8 @@
SUBDIRS = common omx tools config
-# if BUILD_EXAMPLES
-# SUBDIRS += examples
-# endif
+if BUILD_EXAMPLES
+SUBDIRS += examples
+endif
ACLOCAL_AMFLAGS = -I m4 -I common/m4
diff --git a/configure.ac b/configure.ac
index eda593e..165e29f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -384,8 +384,8 @@ tools/Makefile
config/Makefile
config/bellagio/Makefile
config/rpi/Makefile
-dnl examples/Makefile
-dnl examples/egl/Makefile
+examples/Makefile
+examples/egl/Makefile
)
AC_OUTPUT