projects
/
platform
/
upstream
/
gst-plugins-bad.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a1fa65b
)
applemedia: Fix video texture cache build issue on MacOS
author
Nick Kallen
<nickkallen@me.com>
Sat, 4 Mar 2017 11:12:52 +0000
(12:12 +0100)
committer
Sebastian Dröge
<sebastian@centricular.com>
Fri, 17 Mar 2017 10:31:17 +0000
(12:31 +0200)
https://bugzilla.gnome.org/show_bug.cgi?id=779247
sys/applemedia/videotexturecache.m
patch
|
blob
|
history
diff --git
a/sys/applemedia/videotexturecache.m
b/sys/applemedia/videotexturecache.m
index 02b53c79208e0d168fca64787b85e01b680085ff..b2add1ce6fa361bdd00ae2b3c15392e3ba920cbe 100644
(file)
--- a/
sys/applemedia/videotexturecache.m
+++ b/
sys/applemedia/videotexturecache.m
@@
-44,8
+44,13
@@
typedef struct _ContextThreadData
typedef struct _TextureWrapper
{
+#if HAVE_IOS
CVOpenGLESTextureCacheRef *cache;
CVOpenGLESTextureRef texture;
+#else
+ CVOpenGLTextureCacheRef *cache;
+ CVOpenGLTextureRef texture;
+#endif
} TextureWrapper;