summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomas@apestaart.org>2006-05-18 23:04:59 +0000
committerThomas Vander Stichele <thomas@apestaart.org>2006-05-18 23:04:59 +0000
commit46e6f57714d95a6462ab7bae2532499a09079beb (patch)
tree9849af37e4c4715d9942593ddcdb019aa3bf29ee /configure.ac
parent34315d2c4b41273cb71ba8cbe6581dde40170ff0 (diff)
configure.ac: update for new GSTPB_PLUGINS_DIR
Original commit message from CVS: * configure.ac: update for new GSTPB_PLUGINS_DIR
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 1 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index c3a1d914..1aa1fd97 100644
--- a/configure.ac
+++ b/configure.ac
@@ -242,8 +242,7 @@ if test -z $GST_TOOLS_DIR; then
fi
AC_SUBST(GST_TOOLS_DIR)
-GSTPB_PLUGINS_DIR=`$PKG_CONFIG gstreamer-plugins-base-$GST_MAJORMINOR --variable pluginsdir`
-AC_SUBST(GSTPB_PLUGINS_DIR)
+AC_MSG_NOTICE(Using GStreamer Core Plugins in $GST_PLUGINS_DIR)
AC_MSG_NOTICE(Using GStreamer Base Plugins in $GSTPB_PLUGINS_DIR)
dnl FIXME: get rid of this by making sure gstreamer-check brings it in