diff options
author | Wrobell <wrobell@ite.pl> | 2002-01-18 01:06:37 +0000 |
---|---|---|
committer | Wrobell <wrobell@ite.pl> | 2002-01-18 01:06:37 +0000 |
commit | b21da019f30b2115876b89f7c6c795a99b25a5af (patch) | |
tree | 0742e4fa4d316dd325906eb938582e7ba8b6fe84 | |
parent | 0676241570ca1f8a237859fe5cc10cf2356faa67 (diff) | |
download | gst-plugins-bad-b21da019f30b2115876b89f7c6c795a99b25a5af.tar.gz gst-plugins-bad-b21da019f30b2115876b89f7c6c795a99b25a5af.tar.bz2 gst-plugins-bad-b21da019f30b2115876b89f7c6c795a99b25a5af.zip |
- fixed macro signature description
Original commit message from CVS:
- fixed macro signature description
-rw-r--r-- | m4/gst-artsc.m4 | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/m4/gst-artsc.m4 b/m4/gst-artsc.m4 index 723041b8..6a56d3ec 100644 --- a/m4/gst-artsc.m4 +++ b/m4/gst-artsc.m4 @@ -1,8 +1,7 @@ dnl Perform a check for existence of ARTSC dnl Richard Boulton <richard-alsa@tartarus.org> dnl Last modification: 26/06/2001 -dnl GST_CHECK_FEATURE(FEATURE-NAME, FEATURE-DESCRIPTION, -dnl DEPENDENT-PLUGINS, TEST-FOR-FEATURE) +dnl GST_CHECK_ARTSC() dnl dnl This check was written for GStreamer: it should be renamed and checked dnl for portability if you decide to use it elsewhere. |