mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-18 21:35:44 +00:00
nvcodec: Drop cudaGL.h dependency
nvcodec does not use any type/define/enum in cudaGL.h.
This commit is contained in:
parent
67ccaf904d
commit
afe3c7e3ef
3 changed files with 0 additions and 20 deletions
|
@ -31,13 +31,6 @@
|
|||
|
||||
#if HAVE_NVCODEC_GST_GL
|
||||
#include <gst/gl/gl.h>
|
||||
/* missing headers in old cudaGL.h */
|
||||
#ifdef __APPLE__
|
||||
#include <OpenGL/gl.h>
|
||||
#else
|
||||
#include <GL/gl.h>
|
||||
#endif
|
||||
#include <cudaGL.h>
|
||||
#endif
|
||||
|
||||
/* TODO:
|
||||
|
|
|
@ -32,7 +32,6 @@
|
|||
#include <gst/gl/gstglfuncs.h>
|
||||
#include "gstcuvidloader.h"
|
||||
#include "gstcudaloader.h"
|
||||
#include <cudaGL.h>
|
||||
|
||||
G_BEGIN_DECLS
|
||||
|
||||
|
|
|
@ -77,18 +77,6 @@ if not cuda_header_dep.found()
|
|||
endif
|
||||
|
||||
if gstgl_dep.found()
|
||||
if cuda_dep.found()
|
||||
if cc.has_header('cudaGL.h', dependencies: cuda_dep)
|
||||
use_nvcodec_gl = true
|
||||
endif
|
||||
else
|
||||
if cc.has_header('cudaGL.h', args: '-I' + cuda_incdir)
|
||||
use_nvcodec_gl = true
|
||||
endif
|
||||
endif
|
||||
endif
|
||||
|
||||
if use_nvcodec_gl
|
||||
# FIXME: make nvdec usable without OpenGL dependency
|
||||
nvcodec_sources += nvdec_sources
|
||||
extra_c_args += ['-DHAVE_NVCODEC_GST_GL=1']
|
||||
|
|
Loading…
Reference in a new issue