summaryrefslogtreecommitdiff
path: root/sys/nvdec
diff options
context:
space:
mode:
authorPer-Erik Brodin <per-erik.brodin@ericsson.com>2017-08-29 16:52:07 -0700
committerSebastian Dröge <sebastian@centricular.com>2017-08-30 09:37:14 +0300
commitf2674517518f14eab08d804562e5a746ff06337c (patch)
tree9e08851e9e0ebfbf9b29e24c9d927258d16a671c /sys/nvdec
parent62d6f5c78af0bc0b010de224f3a569dfd85c216d (diff)
downloadgstreamer-plugins-bad-f2674517518f14eab08d804562e5a746ff06337c.tar.gz
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
Diffstat (limited to 'sys/nvdec')
-rw-r--r--sys/nvdec/gstnvdec.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/nvdec/gstnvdec.c b/sys/nvdec/gstnvdec.c
index aec8dcbd8..b643b4daf 100644
--- a/sys/nvdec/gstnvdec.c
+++ b/sys/nvdec/gstnvdec.c
@@ -31,6 +31,7 @@
#include "gstnvdec.h"
+#include <gst/gl/gstglfuncs.h>
#include <cudaGL.h>
typedef enum