diff options
author | Benjamin Otte <otte@gnome.org> | 2004-04-17 03:40:37 +0000 |
---|---|---|
committer | Benjamin Otte <otte@gnome.org> | 2004-04-17 03:40:37 +0000 |
commit | 8aac9b23b88ba5fa85ea0b34bcdbb9f22f62c582 (patch) | |
tree | b573927c768e5ca4ee593ea81acdb27da40d5cd0 /configure.ac | |
parent | 3b7b81ba0587701237847d7dab577121cbc96aec (diff) |
configure.ac: require mpeg2dec >= 0.4.0
Original commit message from CVS:
* configure.ac:
require mpeg2dec >= 0.4.0
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 70800111..0952bcaa 100644 --- a/configure.ac +++ b/configure.ac @@ -1185,7 +1185,7 @@ GST_CHECK_FEATURE(MIKMOD, [mikmod plug-in], mikmod, [ dnl *** mpeg2dec *** translit(dnm, m, l) AM_CONDITIONAL(USE_MPEG2DEC, true) GST_CHECK_FEATURE(MPEG2DEC, [mpeg2dec], mpeg2dec, [ - PKG_CHECK_MODULES(MPEG2DEC, libmpeg2 >= 0.3.1, + PKG_CHECK_MODULES(MPEG2DEC, libmpeg2 >= 0.4.0, HAVE_MPEG2DEC="yes", HAVE_MPEG2DEC="no") AC_SUBST(MPEG2DEC_CFLAGS) AC_SUBST(MPEG2DEC_LIBS) |