gl: arrange for finding headers and libs that have moved to -base
authorMark Nauwelaerts <mnauw@users.sourceforge.net>
Sat, 23 Dec 2017 11:29:03 +0000 (12:29 +0100)
committerMark Nauwelaerts <mnauw@users.sourceforge.net>
Sat, 23 Dec 2017 11:29:03 +0000 (12:29 +0100)
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

index 6246797..d71b996 100644 (file)
@@ -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) \