mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-19 06:46:38 +00:00
configure.ac: Requires DirectFB 0.9.24
Original commit message from CVS: 2005-11-02 Julien MOUTTE <julien@moutte.net> * configure.ac: Requires DirectFB 0.9.24
This commit is contained in:
parent
750510161f
commit
353fd82fdb
3 changed files with 6 additions and 2 deletions
|
@ -1,3 +1,7 @@
|
|||
2005-11-02 Julien MOUTTE <julien@moutte.net>
|
||||
|
||||
* configure.ac: Requires DirectFB 0.9.24
|
||||
|
||||
2005-11-02 Julien MOUTTE <julien@moutte.net>
|
||||
|
||||
* configure.ac:
|
||||
|
|
2
common
2
common
|
@ -1 +1 @@
|
|||
Subproject commit a0c6a14dbc3cb62bf513502eaef83d0600a7c1ca
|
||||
Subproject commit 959da4a43c2e6218eb4f43e8c7e29c1db4157db1
|
|
@ -327,7 +327,7 @@ dnl ###########################
|
|||
dnl **** DirectFB ****
|
||||
translit(dnm, m, l) AM_CONDITIONAL(USE_DIRECTFB, true)
|
||||
GST_CHECK_FEATURE(DIRECTFB, [directfb], dfbvideosink , [
|
||||
PKG_CHECK_MODULES(DIRECTFB, directfb, [
|
||||
PKG_CHECK_MODULES(DIRECTFB, directfb >= 0.9.24, [
|
||||
HAVE_DIRECTFB="yes"
|
||||
AC_SUBST(DIRECTFB_CFLAGS)
|
||||
AC_SUBST(DIRECTFB_LIBS)
|
||||
|
|
Loading…
Reference in a new issue