diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2004-07-28 12:15:24 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2004-07-28 12:15:24 +0000 |
commit | df0d4e2a7dd47a54085504085a817b34fd639fd7 (patch) | |
tree | d10c29f294d298b500621a1c82907114e74e43ab /configure.ac | |
parent | ff60b2a7b37d94a1e778df64eb514c723dfe82ef (diff) | |
download | gst-plugins-bad-df0d4e2a7dd47a54085504085a817b34fd639fd7.tar.gz gst-plugins-bad-df0d4e2a7dd47a54085504085a817b34fd639fd7.tar.bz2 gst-plugins-bad-df0d4e2a7dd47a54085504085a817b34fd639fd7.zip |
up gst requirement for fractions
Original commit message from CVS:
up gst requirement for fractions
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index b4b3539b..f9b6fdf9 100644 --- a/configure.ac +++ b/configure.ac @@ -189,8 +189,9 @@ GST_CHECK_FEATURE(GCONF, [GConf libraries], , [ AC_SUBST(GCONF_LIBS) ]) -dnl check for gstreamer; uninstalled is selected preferentially -- see pkg-config(1) -GST_REQ=0.8.1.1 +dnl check for gstreamer +dnl uninstalled is selected preferentially -- see pkg-config(1) +GST_REQ=0.8.4.0 PKG_CHECK_MODULES(GST, gstreamer-$GST_MAJORMINOR >= $GST_REQ, HAVE_GST="yes", HAVE_GST="no") |