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.
This commit is contained in:
parent
004d1d0f9f
commit
bcc41766b8
@ -1,3 +1,8 @@
|
|||||||
|
2008-06-16 David Schleef <ds@schleef.org>
|
||||||
|
|
||||||
|
* configure.ac:
|
||||||
|
Bump dirac requirement to 0.10 due to api changes.
|
||||||
|
|
||||||
2008-06-16 Andy Wingo <wingo@pobox.com>
|
2008-06-16 Andy Wingo <wingo@pobox.com>
|
||||||
|
|
||||||
* gst-libs/gst/app/gstappsrc.c (gst_app_src_set_max_bytes)
|
* gst-libs/gst/app/gstappsrc.c (gst_app_src_set_max_bytes)
|
||||||
|
@ -387,7 +387,7 @@ AG_GST_CHECK_FEATURE(DIRECTFB, [directfb], dfbvideosink , [
|
|||||||
dnl **** Dirac ****
|
dnl **** Dirac ****
|
||||||
translit(dnm, m, l) AM_CONDITIONAL(USE_DIRAC, true)
|
translit(dnm, m, l) AM_CONDITIONAL(USE_DIRAC, true)
|
||||||
AG_GST_CHECK_FEATURE(DIRAC, [dirac], dirac, [
|
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"
|
HAVE_DIRAC="no"
|
||||||
AC_MSG_RESULT(no)
|
AC_MSG_RESULT(no)
|
||||||
])
|
])
|
||||||
|
Loading…
x
Reference in New Issue
Block a user