diff options
author | Sebastian Dröge <sebastian@centricular.com> | 2014-06-22 19:36:14 +0200 |
---|---|---|
committer | Sebastian Dröge <sebastian@centricular.com> | 2014-06-22 19:36:14 +0200 |
commit | 36269ac42e4b546e7fc98bffdd125313621629e8 (patch) | |
tree | 17fcb947a73329620af4c5ebca2f116d3059f25c | |
parent | d65233e818c144a420740772c996e95f99f49d1f (diff) |
Back to development
-rw-r--r-- | configure.ac | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac index 4e37db2..07941b3 100644 --- a/configure.ac +++ b/configure.ac @@ -3,7 +3,7 @@ AC_PREREQ(2.62) dnl initialize autoconf dnl when going to/from release please set the nano (fourth number) right ! dnl releases only do Wall, cvs and prerelease does Werror too -AC_INIT(GStreamer libav, 1.3.3, +AC_INIT(GStreamer libav, 1.3.3.1, http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer, gst-libav) @@ -45,8 +45,8 @@ AG_GST_LIBTOOL_PREPARE AS_LIBTOOL(GST, 303, 0, 303) dnl *** required versions of GStreamer stuff *** -GST_REQ=1.3.3 -GST_PBREQ=1.3.3 +GST_REQ=1.3.3.1 +GST_PBREQ=1.3.3.1 ORC_REQ=0.4.16 ORC_CHECK([$ORC_REQ]) |