nvenc: Use the HAVE_NVENC_GST_GL define instead of HAVE_GST_GL
authorJan Schmidt <jan@centricular.com>
Tue, 24 Apr 2018 16:42:43 +0000 (02:42 +1000)
committerJan Schmidt <jan@centricular.com>
Tue, 24 Apr 2018 16:44:14 +0000 (02:44 +1000)
Fix compiling against the GL interop by gating includes
on the right header

sys/nvenc/gstnvh264enc.c
sys/nvenc/gstnvh265enc.c

index c642b17b7fd8fe454756d64c8325fe5d8f5a7adc..ab9788843d0184440064c363cecc3ae048f07a45 100644 (file)
@@ -30,7 +30,7 @@
 GST_DEBUG_CATEGORY_STATIC (gst_nv_h264_enc_debug);
 #define GST_CAT_DEFAULT gst_nv_h264_enc_debug
 
-#if HAVE_GST_GL
+#if HAVE_NVENC_GST_GL
 #include <cuda.h>
 #include <cuda_runtime_api.h>
 #include <cuda_gl_interop.h>
index 23fbb6165e5ff62f2935025aef6b85f76e51feef..c8cfdfec39b2035dd6b5ad43d79007346c886a55 100644 (file)
@@ -31,7 +31,7 @@
 GST_DEBUG_CATEGORY_STATIC (gst_nv_h265_enc_debug);
 #define GST_CAT_DEFAULT gst_nv_h265_enc_debug
 
-#if HAVE_GST_GL
+#if HAVE_NVENC_GST_GL
 #include <cuda.h>
 #include <cuda_runtime_api.h>
 #include <cuda_gl_interop.h>