From 0a1f778b366c03539f7366ed8e1383e7e44553f4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim-Philipp=20M=C3=BCller?= Date: Fri, 22 Sep 2006 16:08:38 +0000 Subject: [PATCH] configure.ac: Up requirements to -base CVS and core CVS (the format for the video orientation interface used by v4l2s... Original commit message from CVS: * configure.ac: Up requirements to -base CVS and core CVS (the format for the video orientation interface used by v4l2src and the latter since that's what -base CVS requires). --- ChangeLog | 7 +++++++ configure.ac | 4 ++-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index a58d1ecf2a..55c135bd66 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2006-09-22 Tim-Philipp Müller + + * configure.ac: + Up requirements to -base CVS and core CVS (the format for the + video orientation interface used by v4l2src and the latter + since that's what -base CVS requires). + 2006-09-22 Tim-Philipp Müller * ext/directfb/dfbvideosink.c: (plugin_init): diff --git a/configure.ac b/configure.ac index 8095aa699e..cc0cc96f58 100644 --- a/configure.ac +++ b/configure.ac @@ -42,8 +42,8 @@ dnl AS_LIBTOOL_TAGS([CXX]) AM_PROG_LIBTOOL dnl *** required versions of GStreamer stuff *** -GST_REQ=0.10.9.1 -GSTPB_REQ=0.10.9.1 +GST_REQ=0.10.10.1 +GSTPB_REQ=0.10.10.1 dnl *** autotools stuff ****