mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-25 18:07:31 +09:00
Issue #1053 - Part 3b: Remove AndroidSurfaceTexture and Android media decoder
interface.
This commit is contained in:
parent
753251e54c
commit
787b0a52a3
14 changed files with 0 additions and 2022 deletions
|
|
@ -21,7 +21,6 @@ if CONFIG['MOZ_GL_PROVIDER']:
|
|||
gl_provider = CONFIG['MOZ_GL_PROVIDER']
|
||||
|
||||
EXPORTS += [
|
||||
'AndroidSurfaceTexture.h',
|
||||
'DecomposeIntoNoRepeatTriangles.h',
|
||||
'EGLUtils.h',
|
||||
'ForceDiscreteGPUHelperCGL.h',
|
||||
|
|
@ -116,7 +115,6 @@ elif gl_provider == 'GLX':
|
|||
]
|
||||
|
||||
SOURCES += [
|
||||
'AndroidSurfaceTexture.cpp',
|
||||
'DecomposeIntoNoRepeatTriangles.cpp',
|
||||
'EGLUtils.cpp',
|
||||
'GfxTexturesReporter.cpp',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue