diff options
-rw-r--r-- | ChangeLog | 5 | ||||
m--------- | common | 0 | ||||
-rw-r--r-- | configure.ac | 3 |
3 files changed, 6 insertions, 2 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> * rtp/gst/gstrtph263pay.c: diff --git a/common b/common -Subproject 6811863fce665ce0a466bc03ee2ac5e2d5f47d2 +Subproject 764c5f25101d20da7f26942c36ba840ba65c63d 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 |