mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-20 08:41:07 +00:00
configure: Compiling against libgstgl requires libgstvideo
Fix detection of the GstGL helper headers in uninstalled builds.
This commit is contained in:
parent
619058b5b7
commit
dff6b7cb31
1 changed files with 1 additions and 1 deletions
|
@ -413,7 +413,7 @@ if test $HAVE_GSTGL -eq 1; then
|
|||
AC_CACHE_CHECK([for GStreamer OpenGL helper libraries],
|
||||
[ac_cv_have_gst_gl_helpers], [
|
||||
saved_CPPFLAGS="$CPPFLAGS"
|
||||
CPPFLAGS="$CPPFLAGS $GST_GL_CFLAGS"
|
||||
CPPFLAGS="$CPPFLAGS $GST_GL_CFLAGS $GST_VIDEO_CFLAGS"
|
||||
saved_LIBS="$LIBS"
|
||||
LIBS="$saved_LIBS"
|
||||
AC_CHECK_HEADERS([gst/gl/gl.h], [:], [HAVE_GSTGL=0])
|
||||
|
|
Loading…
Reference in a new issue