diff options
author | Edgard Lima <edgard.lima@indt.org.br> | 2005-12-11 23:09:21 +0000 |
---|---|---|
committer | Edgard Lima <edgard.lima@indt.org.br> | 2005-12-11 23:09:21 +0000 |
commit | e066132634bd756a2698274ded2240a9caf160df (patch) | |
tree | e879fe523d4d4e05bb43006db59f354ccf4d822d /configure.ac | |
parent | 1501b485b1a64e5d5f84de3c72540013706f85ce (diff) | |
download | gst-plugins-bad-e066132634bd756a2698274ded2240a9caf160df.tar.gz gst-plugins-bad-e066132634bd756a2698274ded2240a9caf160df.tar.bz2 gst-plugins-bad-e066132634bd756a2698274ded2240a9caf160df.zip |
Added suport to mmsh. There's still a sucks msg "ERROR: Pipeline cant PREROOL..." to be fixed.
Original commit message from CVS:
Added suport to mmsh. There's still a sucks msg "ERROR: Pipeline cant PREROOL..." to be fixed.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index c895edb3..3006c255 100644 --- a/configure.ac +++ b/configure.ac @@ -408,7 +408,7 @@ dnl *** libmms *** translit(dnm, m, l) AM_CONDITIONAL(USE_LIBMMS, true) GST_CHECK_FEATURE(LIBMMS, [mms protocol library], libmms, [ dnl check with pkg-config first - PKG_CHECK_MODULES(LIBMMS, libmms >= 0.1, HAVE_LIBMMS="yes", HAVE_LIBMMS="no") + PKG_CHECK_MODULES(LIBMMS, libmms >= 0.2, HAVE_LIBMMS="yes", HAVE_LIBMMS="no") ]) AC_SUBST(LIBMMS_LIBS) |