From: Mark Nauwelaerts Date: Sat, 23 Dec 2017 11:29:03 +0000 (+0100) Subject: gl: arrange for finding headers and libs that have moved to -base X-Git-Tag: 1.19.3~507^2~4591 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f7f694837e00ffb8dce980ebc5967e824a9a0f2e;p=platform%2Fupstream%2Fgstreamer.git 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 --- 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) \