From f7f694837e00ffb8dce980ebc5967e824a9a0f2e Mon Sep 17 00:00:00 2001 From: Mark Nauwelaerts Date: Sat, 23 Dec 2017 12:29:03 +0100 Subject: [PATCH] gl: arrange for finding headers and libs that have moved to -base In file included from ../../../gst-plugins-bad/ext/gl/gstopengl.c:47:0: ../../../gst-plugins-bad/ext/gl/gstglmixerbin.h:25:29: fatal error: gst/video/video.h: No such file or directory --- ext/gl/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ext/gl/Makefile.am b/ext/gl/Makefile.am index 6246797..d71b996 100644 --- a/ext/gl/Makefile.am +++ b/ext/gl/Makefile.am @@ -33,12 +33,14 @@ endif libgstopenglmixers_la_CFLAGS = \ $(GST_PLUGINS_BAD_CFLAGS) \ $(GST_GL_CFLAGS) \ + $(GST_PLUGINS_BASE_CFLAGS) \ $(GST_BASE_CFLAGS) \ $(GST_CONTROLLER_CFLAGS) \ $(GST_CFLAGS) \ $(GL_CFLAGS) libgstopenglmixers_la_LIBADD = \ + $(GST_PLUGINS_BASE_LIBS) \ $(top_builddir)/gst-libs/gst/video/libgstbadvideo-@GST_API_VERSION@.la \ $(GST_GL_LIBS) \ $(GST_BASE_LIBS) \ -- 2.7.4