summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorJan Schmidt <jan@centricular.com>2015-05-21 23:16:14 +1000
committerVíctor Manuel Jáquez Leal <victorx.jaquez@intel.com>2015-06-01 18:08:31 +0200
commitdff6b7cb31071aeef913b2ff2739d53f0161e968 (patch)
treeb0c99dda080e13f9aeb66b2981a8baf04518a644 /configure.ac
parent619058b5b705d927a36061aa5b952d7ab856d7e6 (diff)
downloadgstreamer-vaapi-dff6b7cb31071aeef913b2ff2739d53f0161e968.tar.gz
configure: Compiling against libgstgl requires libgstvideo
Fix detection of the GstGL helper headers in uninstalled builds.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index a7859564..0e094918 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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])