viv-fb: fix build break for GST_GL_API
Need include config.h in gstglwindow_viv_fb_egl.c
This commit is contained in:
parent
e0ebd29a17
commit
2ea98270b4
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user