Skip to content

Commit

Permalink
configure: Compiling against libgstgl requires libgstvideo
Browse files Browse the repository at this point in the history
Fix detection of the GstGL helper headers in uninstalled
builds.
  • Loading branch information
thaytan committed May 21, 2015
1 parent b84e65a commit d8292ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.ac
Expand Up @@ -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])
Expand Down

0 comments on commit d8292ac

Please sign in to comment.