nvdec: fix build after GL/gl.h no longer included
GL headers are no longer included in public gstgl headers, except for gstglfuncs.h so make sure to include that one. https://bugzilla.gnome.org/show_bug.cgi?id=786993
This commit is contained in:
parent
62d6f5c78a
commit
f267451751
@ -31,6 +31,7 @@
|
||||
|
||||
#include "gstnvdec.h"
|
||||
|
||||
#include <gst/gl/gstglfuncs.h>
|
||||
#include <cudaGL.h>
|
||||
|
||||
typedef enum
|
||||
|
Loading…
x
Reference in New Issue
Block a user