mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-20 08:41:07 +00:00
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:
parent
34315d2c4b
commit
46e6f57714
3 changed files with 7 additions and 3 deletions
|
@ -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>
|
2006-05-18 Philippe Kalaf <philippe.kalaf at collabora.co.uk>
|
||||||
|
|
||||||
* rtp/gst/gstrtph263pay.c:
|
* rtp/gst/gstrtph263pay.c:
|
||||||
|
|
2
common
2
common
|
@ -1 +1 @@
|
||||||
Subproject commit 6811863fce665ce0a466bc03ee2ac5e2d5f47d28
|
Subproject commit 764c5f25101d20da7f26942c36ba840ba65c63d7
|
|
@ -242,8 +242,7 @@ if test -z $GST_TOOLS_DIR; then
|
||||||
fi
|
fi
|
||||||
AC_SUBST(GST_TOOLS_DIR)
|
AC_SUBST(GST_TOOLS_DIR)
|
||||||
|
|
||||||
GSTPB_PLUGINS_DIR=`$PKG_CONFIG gstreamer-plugins-base-$GST_MAJORMINOR --variable pluginsdir`
|
AC_MSG_NOTICE(Using GStreamer Core Plugins in $GST_PLUGINS_DIR)
|
||||||
AC_SUBST(GSTPB_PLUGINS_DIR)
|
|
||||||
AC_MSG_NOTICE(Using GStreamer Base Plugins in $GSTPB_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
|
dnl FIXME: get rid of this by making sure gstreamer-check brings it in
|
||||||
|
|
Loading…
Reference in a new issue