From bcc41766b852bae2a8014c87bc2cb67ff7453f6a Mon Sep 17 00:00:00 2001 From: David Schleef Date: Tue, 17 Jun 2008 00:37:49 +0000 Subject: configure.ac: Bump dirac requirement to 0.10 due to api changes. Original commit message from CVS: * configure.ac: Bump dirac requirement to 0.10 due to api changes. --- ChangeLog | 5 +++++ configure.ac | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index b5fa43d5..d15a1c7c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2008-06-16 David Schleef + + * configure.ac: + Bump dirac requirement to 0.10 due to api changes. + 2008-06-16 Andy Wingo * gst-libs/gst/app/gstappsrc.c (gst_app_src_set_max_bytes) diff --git a/configure.ac b/configure.ac index db46fcad..e818fa7b 100644 --- a/configure.ac +++ b/configure.ac @@ -387,7 +387,7 @@ AG_GST_CHECK_FEATURE(DIRECTFB, [directfb], dfbvideosink , [ dnl **** Dirac **** translit(dnm, m, l) AM_CONDITIONAL(USE_DIRAC, true) AG_GST_CHECK_FEATURE(DIRAC, [dirac], dirac, [ - PKG_CHECK_MODULES(DIRAC, dirac >= 0.9, HAVE_DIRAC="yes", [ + PKG_CHECK_MODULES(DIRAC, dirac >= 0.10, HAVE_DIRAC="yes", [ HAVE_DIRAC="no" AC_MSG_RESULT(no) ]) -- cgit v1.2.1