mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 06:54:49 +00:00
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
2 changed files with 6 additions and 1 deletions
|
@ -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…
Reference in a new issue