diff --git a/ChangeLog b/ChangeLog index 69196d7d90..b7cc4cb475 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2006-05-19 Thomas Vander Stichele + + * configure.ac: + update for new GSTPB_PLUGINS_DIR + 2006-05-18 Philippe Kalaf * rtp/gst/gstrtph263pay.c: diff --git a/common b/common index 6811863fce..764c5f2510 160000 --- a/common +++ b/common @@ -1 +1 @@ -Subproject commit 6811863fce665ce0a466bc03ee2ac5e2d5f47d28 +Subproject commit 764c5f25101d20da7f26942c36ba840ba65c63d7 diff --git a/configure.ac b/configure.ac index c3a1d9147e..1aa1fd97c8 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