summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.net>2007-03-14 14:49:45 +0000
committerTim-Philipp Müller <tim@centricular.net>2007-03-14 14:49:45 +0000
commitf5655f6491738294b771cf485f8d4e5dd81f6ed7 (patch)
tree6ec467d2075e0d02f856be560680ebbe05233a60
parent7ce779f57981decdfa08a36501c7e9ee856b08e0 (diff)
configure.ac: Fix string replace error (AG_AG_GST_* => AG_GST_*).
Original commit message from CVS: * configure.ac: Fix string replace error (AG_AG_GST_* => AG_GST_*).
-rw-r--r--ChangeLog5
-rw-r--r--configure.ac4
2 files changed, 7 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 899edf3b..d86de6b6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2007-03-14 Tim-Philipp Müller <tim at centricular dot net>
+
+ * configure.ac:
+ Fix string replace error (AG_AG_GST_* => AG_GST_*).
+
2007-03-12 Tim-Philipp Müller <tim at centricular dot net>
* gst/apetag/gsttagdemux.c: (gst_tag_demux_srcpad_event):
diff --git a/configure.ac b/configure.ac
index d642ece6..88caa8d1 100644
--- a/configure.ac
+++ b/configure.ac
@@ -428,7 +428,7 @@ return 0;
fi
dnl check for XOverlay libraries
- AG_AG_GST_CHECK_XV
+ AG_GST_CHECK_XV
fi
])
@@ -511,7 +511,7 @@ dnl for V4L2, we also need to know if we have XVIDEO
translit(dnm, m, l) AM_CONDITIONAL(USE_XVIDEO, true)
AG_GST_CHECK_FEATURE(XVIDEO, [X11 XVideo extensions],
[], [
- AG_AG_GST_CHECK_XV
+ AG_GST_CHECK_XV
])
dnl *** ext plug-ins ***