viv-fb: fix build break for GST_GL_API
authorHaihua Hu <jared.hu@nxp.com>
Mon, 3 Jun 2019 07:51:02 +0000 (15:51 +0800)
committerTim-Philipp Müller <tim@centricular.com>
Fri, 9 Aug 2019 17:05:03 +0000 (18:05 +0100)
Need include config.h in gstglwindow_viv_fb_egl.c

gst-libs/gst/gl/viv-fb/gstglwindow_viv_fb_egl.c

index 40b8c73..62a87f2 100644 (file)
  * Boston, MA 02110-1301, USA.
  */
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include "../gstgl_fwd.h"
 #include <gst/gl/gstglcontext.h>
 #include <gst/gl/gstglfuncs.h>