summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.com>2014-08-16 10:06:08 +0100
committerTim-Philipp Müller <tim@centricular.com>2014-08-16 10:06:08 +0100
commitbedade404ec82432742a901c663f18dfaa24356f (patch)
tree4138310faccaca613eb7c957966e708b42090b4f
parent5d67de92640f56747112218d5426200dfbc20eaf (diff)
configure: error out with message that -gl has been merged into -badHEADmaster
-rw-r--r--configure.ac11
1 files changed, 11 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 0bffe50..9226a99 100644
--- a/configure.ac
+++ b/configure.ac
@@ -9,6 +9,17 @@ AC_INIT(GStreamer OpenGL Plug-ins, 0.11.0.1,
http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer,
gst-plugins-gl)
+AC_MSG_ERROR([
+===========================================================================
+
+ The GStreamer OpenGL module library and plugin have been merged into
+ gst-plugins-bad version 1.4 and later.
+
+ This git module is therefore obsolete now and should no longer be used.
+
+===========================================================================
+])
+
AG_GST_INIT
dnl initialize automake