From: Tim-Philipp Müller Date: Wed, 15 Dec 2010 13:30:50 +0000 (+0000) Subject: configure: depend on -base from git for new rtp base depayloader features X-Git-Tag: RELEASE-0.10.27~223 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=984564150fb0ecd302a14460eb6866558f73d45d;p=platform%2Fupstream%2Fgst-plugins-good.git configure: depend on -base from git for new rtp base depayloader features This is ok in this case, since the plan is to release core/base again along with good/ugly/bad in the next cycle. --- diff --git a/configure.ac b/configure.ac index 919a852..f510f70 100644 --- a/configure.ac +++ b/configure.ac @@ -52,8 +52,8 @@ AC_LIBTOOL_WIN32_DLL AM_PROG_LIBTOOL dnl *** required versions of GStreamer stuff *** -GST_REQ=0.10.31 -GSTPB_REQ=0.10.31 +GST_REQ=0.10.31.1 +GSTPB_REQ=0.10.31.1 dnl *** autotools stuff ****