From f305371649b300f47143b41b63ec150f115c53ce Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Thu, 18 May 2006 23:06:31 +0000 Subject: [PATCH] configure.ac: fix test by finding base plugins Original commit message from CVS: 2006-05-19 Thomas Vander Stichele * configure.ac: fix test by finding base plugins --- ChangeLog | 5 +++++ common | 2 +- configure.ac | 3 +++ 3 files changed, 9 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index e28114e..1dca303 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2006-05-19 Thomas Vander Stichele + + * configure.ac: + fix test by finding base plugins + 2006-05-09 Tim-Philipp Müller * tests/check/gst-ffmpeg.supp: diff --git a/common b/common index 3062df9..764c5f2 160000 --- a/common +++ b/common @@ -1 +1 @@ -Subproject commit 3062df90281144cbdb55bd58ee9f0714ab346c23 +Subproject commit 764c5f25101d20da7f26942c36ba840ba65c63d7 diff --git a/configure.ac b/configure.ac index 4641c3f..4ada456 100644 --- a/configure.ac +++ b/configure.ac @@ -101,6 +101,9 @@ GST_CHECK_GST_BASE($GST_MAJORMINOR, [$GST_REQ]) GST_CHECK_GST_PLUGINS_BASE($GST_MAJORMINOR, [$GST_REQ]) GST_CHECK_GST_CHECK($GST_MAJORMINOR, [$GST_REQ], no) +AC_MSG_NOTICE(Using GStreamer Core Plugins in $GST_PLUGINS_DIR) +AC_MSG_NOTICE(Using GStreamer Base Plugins in $GSTPB_PLUGINS_DIR) + dnl *** set variables based on configure arguments *** dnl set location of plugin directory -- 2.7.4