applemedia: Fix video texture cache build issue on MacOS
https://bugzilla.gnome.org/show_bug.cgi?id=779247
This commit is contained in:
parent
e557e93f3b
commit
6e4354600d
@ -44,8 +44,13 @@ typedef struct _ContextThreadData
|
||||
|
||||
typedef struct _TextureWrapper
|
||||
{
|
||||
#if HAVE_IOS
|
||||
CVOpenGLESTextureCacheRef *cache;
|
||||
CVOpenGLESTextureRef texture;
|
||||
#else
|
||||
CVOpenGLTextureCacheRef *cache;
|
||||
CVOpenGLTextureRef texture;
|
||||
#endif
|
||||
|
||||
} TextureWrapper;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user