configure.ac: update for new GSTPB_PLUGINS_DIR

Original commit message from CVS:

* configure.ac:
update for new GSTPB_PLUGINS_DIR
This commit is contained in:
Thomas Vander Stichele 2006-05-18 23:04:59 +00:00
parent 34315d2c4b
commit 46e6f57714
3 changed files with 7 additions and 3 deletions

View file

@ -1,3 +1,8 @@
2006-05-19 Thomas Vander Stichele <thomas at apestaart dot org>
* configure.ac:
update for new GSTPB_PLUGINS_DIR
2006-05-18 Philippe Kalaf <philippe.kalaf at collabora.co.uk>
* rtp/gst/gstrtph263pay.c:

2
common

@ -1 +1 @@
Subproject commit 6811863fce665ce0a466bc03ee2ac5e2d5f47d28
Subproject commit 764c5f25101d20da7f26942c36ba840ba65c63d7

View file

@ -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