mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-22 05:56:31 +00:00
configure: fix build with --disable-external
This commit is contained in:
parent
ec12a18dc2
commit
17680c2704
1 changed files with 4 additions and 3 deletions
|
@ -674,9 +674,6 @@ AG_GST_CHECK_FEATURE(GL, [gl elements], gl, [
|
||||||
AG_GST_GL_PLUGIN_CHECKS
|
AG_GST_GL_PLUGIN_CHECKS
|
||||||
fi
|
fi
|
||||||
])
|
])
|
||||||
AM_CONDITIONAL(HAVE_GRAPHENE, test "x$HAVE_GRAPHENE" = "xyes")
|
|
||||||
AM_CONDITIONAL(HAVE_PNG, test "x$HAVE_PNG" = "xyes")
|
|
||||||
AM_CONDITIONAL(HAVE_JPEG, test "x$HAVE_JPEG" = "xyes")
|
|
||||||
|
|
||||||
dnl *** ivorbis ***
|
dnl *** ivorbis ***
|
||||||
dnl AM_PATH_IVORBIS only takes two options
|
dnl AM_PATH_IVORBIS only takes two options
|
||||||
|
@ -791,6 +788,10 @@ AM_CONDITIONAL(USE_VORBIS, false)
|
||||||
|
|
||||||
fi dnl of EXT plugins
|
fi dnl of EXT plugins
|
||||||
|
|
||||||
|
AM_CONDITIONAL(HAVE_GRAPHENE, test "x$HAVE_GRAPHENE" = "xyes")
|
||||||
|
AM_CONDITIONAL(HAVE_PNG, test "x$HAVE_PNG" = "xyes")
|
||||||
|
AM_CONDITIONAL(HAVE_JPEG, test "x$HAVE_JPEG" = "xyes")
|
||||||
|
|
||||||
dnl *** gio-unix-2.0 for tests/check/pipelines/tcp.c ***
|
dnl *** gio-unix-2.0 for tests/check/pipelines/tcp.c ***
|
||||||
PKG_CHECK_MODULES(GIO_UNIX_2_0, gio-unix-2.0 >= 2.24,
|
PKG_CHECK_MODULES(GIO_UNIX_2_0, gio-unix-2.0 >= 2.24,
|
||||||
HAVE_GIO_UNIX_2_0="yes",
|
HAVE_GIO_UNIX_2_0="yes",
|
||||||
|
|
Loading…
Reference in a new issue