diff options
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 7 insertions, 1 deletions
@@ -1,3 +1,9 @@ +2008-01-31 Jan Schmidt <Jan.Schmidt@sun.com> + + * configure.ac: + Bump plugins-base requirement to 0.10.16 for the gst_video_format_* + API. + 2008-01-31 Jan Schmidt <jan.schmidt@sun.com> * configure.ac: diff --git a/configure.ac b/configure.ac index 3159523d..269dc038 100644 --- a/configure.ac +++ b/configure.ac @@ -47,7 +47,7 @@ AM_PROG_LIBTOOL dnl *** required versions of GStreamer stuff *** GST_REQ=0.10.15.1 -GSTPB_REQ=0.10.15 +GSTPB_REQ=0.10.16 dnl *** autotools stuff **** |