mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-22 00:06:36 +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>
|
||||
|
||||
* gst/apetag/gsttagdemux.c: (gst_tag_demux_srcpad_event):
|
||||
|
|
|
@ -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 ***
|
||||
|
|
Loading…
Reference in a new issue