add plugins-base
authorThomas Vander Stichele <thomas@apestaart.org>
Mon, 17 Oct 2005 15:57:26 +0000 (15:57 +0000)
committerThomas Vander Stichele <thomas@apestaart.org>
Mon, 17 Oct 2005 15:57:26 +0000 (15:57 +0000)
Original commit message from CVS:
add plugins-base

m4/gst-check.m4

index 9f542ae..bba99c7 100644 (file)
@@ -11,6 +11,7 @@ dnl GST_CHECK_GST_BASE([MAJMIN], [MINVER], [REQUIRED])
 dnl GST_CHECK_GST_GDP([MAJMIN], [MINVER], [REQUIRED])
 dnl GST_CHECK_GST_CONTROLLER([MAJMIN], [MINVER], [REQUIRED])
 dnl GST_CHECK_GST_CHECK([MAJMIN], [MINVER], [REQUIRED])
+dnl GST_CHECK_GST_PLUGINS_BASE([MAJMIN], [MINVER], [REQUIRED])
 
 AC_DEFUN([GST_CHECK_MODULES],
 [
@@ -75,3 +76,9 @@ AC_DEFUN([GST_CHECK_GST_CHECK],
   GST_CHECK_MODULES(GST_CHECK, gstreamer-check-[$1], [$2],
     [GStreamer Check unittest Library], [$3])
 ])
+
+AC_DEFUN([GST_CHECK_GST_PLUGINS_BASE],
+[
+  GST_CHECK_MODULES(GST_CHECK, gstreamer-plugins-base-[$1], [$2],
+    [GStreamer Base Plug-ins Library], [$3])
+])