mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-20 23:36:38 +00:00
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
1 changed files with 1 additions and 0 deletions
|
@ -31,6 +31,7 @@
|
|||
|
||||
#include "gstnvdec.h"
|
||||
|
||||
#include <gst/gl/gstglfuncs.h>
|
||||
#include <cudaGL.h>
|
||||
|
||||
typedef enum
|
||||
|
|
Loading…
Reference in a new issue