mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-20 21:16:24 +00:00
Fix build without GLX.
This commit is contained in:
parent
59421c67e3
commit
ff152c2c1b
1 changed files with 4 additions and 0 deletions
|
@ -58,6 +58,10 @@ G_BEGIN_DECLS
|
|||
typedef struct _GstVaapiSink GstVaapiSink;
|
||||
typedef struct _GstVaapiSinkClass GstVaapiSinkClass;
|
||||
|
||||
#if !USE_GLX
|
||||
typedef struct _GstVaapiTexture GstVaapiTexture;
|
||||
#endif
|
||||
|
||||
struct _GstVaapiSink {
|
||||
/*< private >*/
|
||||
GstVideoSink parent_instance;
|
||||
|
|
Loading…
Reference in a new issue