gst-ffmpeg: configure: require core from git/pre-release
Tim Müller
tpm at kemper.freedesktop.org
Sat Jan 7 11:57:19 PST 2012
Module: gst-ffmpeg
Branch: master
Commit: a0be7eef020fb724387ecd03701cc87c1aa671f7
URL: http://cgit.freedesktop.org/gstreamer/gst-ffmpeg/commit/?id=a0be7eef020fb724387ecd03701cc87c1aa671f7
Author: Tim-Philipp Müller <tim.muller at collabora.co.uk>
Date: Sat Jan 7 19:56:42 2012 +0000
configure: require core from git/pre-release
For gst_element_class_add_static_pad_template() which
was added only recently.
---
configure.ac | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/configure.ac b/configure.ac
index 64579bc..6756f0a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -47,7 +47,7 @@ AC_LIBTOOL_WIN32_DLL
AM_PROG_LIBTOOL
dnl *** required versions of GStreamer stuff ***
-GST_REQ=0.10.31
+GST_REQ=0.10.35.1
ORC_REQ=0.4.6
dnl *** autotools stuff ****
More information about the gstreamer-commits
mailing list