diff options
author | Damien Lespiau <damien.lespiau@intel.com> | 2012-09-25 23:39:49 +0100 |
---|---|---|
committer | Damien Lespiau <damien.lespiau@intel.com> | 2012-09-25 23:39:49 +0100 |
commit | 7777c69f031c9c0cc00209dacde9c4c0593e7061 (patch) | |
tree | 41e978bdf73d8b0b5ba64e12944a1d2d99f7a71c | |
parent | 599a6614698258e24b3694fceeb8a03c34e1bc0d (diff) | |
download | clutter-gst-7777c69f031c9c0cc00209dacde9c4c0593e7061.tar.gz |
build: Require gstreamer 1.0.0
-rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 97ae1ea..d02813b 100644 --- a/configure.ac +++ b/configure.ac @@ -80,8 +80,8 @@ AC_SUBST([CLUTTER_GST_RELEASE_STATUS], [clutter_gst_release_status]) # pkg-config requirements GLIB_REQ_VERSION=2.18.0 CLUTTER_REQ_VERSION=1.6.0 -GSTREAMER_REQ_VERSION=0.11.94 -GST_PLUGINS_BAD_REQ_VERSION=0.11.94 +GSTREAMER_REQ_VERSION=1.0.0 +GST_PLUGINS_BAD_REQ_VERSION=1.0.0 AC_SUBST(GLIB_REQ_VERSION) AC_SUBST(CLUTTER_REQ_VERSION) |