Fix build without GLX.

This commit is contained in:
gb 2010-03-29 14:21:51 +00:00
parent 59421c67e3
commit ff152c2c1b

View file

@ -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;