diff options
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 6 insertions, 1 deletions
@@ -1,5 +1,10 @@ 2008-10-27 Sebastian Dröge <sebastian.droege@collabora.co.uk> + * configure.ac: + Require CVS of core for the last change. + +2008-10-27 Sebastian Dröge <sebastian.droege@collabora.co.uk> + * gst/flv/Makefile.am: Fix (non-critical) syntax error and add all required CFLAGS and LIBS. diff --git a/configure.ac b/configure.ac index 34c5f736..e644d5fd 100644 --- a/configure.ac +++ b/configure.ac @@ -45,7 +45,7 @@ AC_LIBTOOL_WIN32_DLL AM_PROG_LIBTOOL dnl *** required versions of GStreamer stuff *** -GST_REQ=0.10.21 +GST_REQ=0.10.21.1 GSTPB_REQ=0.10.20 dnl *** autotools stuff **** |