viv-fb: fix build break for GST_GL_API

Need include config.h in gstglwindow_viv_fb_egl.c
This commit is contained in:
Haihua Hu 2019-06-03 15:51:02 +08:00
parent e0ebd29a17
commit 2ea98270b4

View file

@ -21,6 +21,10 @@
* 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>