mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-03 05:59:10 +00:00
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_*).
This commit is contained in:
parent
7ce779f579
commit
f5655f6491
2 changed files with 7 additions and 2 deletions
|
@ -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>
|
2007-03-12 Tim-Philipp Müller <tim at centricular dot net>
|
||||||
|
|
||||||
* gst/apetag/gsttagdemux.c: (gst_tag_demux_srcpad_event):
|
* gst/apetag/gsttagdemux.c: (gst_tag_demux_srcpad_event):
|
||||||
|
|
|
@ -428,7 +428,7 @@ return 0;
|
||||||
fi
|
fi
|
||||||
|
|
||||||
dnl check for XOverlay libraries
|
dnl check for XOverlay libraries
|
||||||
AG_AG_GST_CHECK_XV
|
AG_GST_CHECK_XV
|
||||||
fi
|
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)
|
translit(dnm, m, l) AM_CONDITIONAL(USE_XVIDEO, true)
|
||||||
AG_GST_CHECK_FEATURE(XVIDEO, [X11 XVideo extensions],
|
AG_GST_CHECK_FEATURE(XVIDEO, [X11 XVideo extensions],
|
||||||
[], [
|
[], [
|
||||||
AG_AG_GST_CHECK_XV
|
AG_GST_CHECK_XV
|
||||||
])
|
])
|
||||||
|
|
||||||
dnl *** ext plug-ins ***
|
dnl *** ext plug-ins ***
|
||||||
|
|
Loading…
Reference in a new issue