mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-27 10:57:34 +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
|
|
@ -80,16 +80,6 @@ if CONFIG['MOZ_APPLEMEDIA']:
|
|||
|
||||
include('/ipc/chromium/chromium-config.mozbuild')
|
||||
|
||||
if CONFIG['MOZ_WIDGET_TOOLKIT'] == 'android':
|
||||
EXPORTS += [
|
||||
'android/AndroidDecoderModule.h',
|
||||
]
|
||||
SOURCES += [
|
||||
'android/AndroidDecoderModule.cpp',
|
||||
'android/MediaCodecDataDecoder.cpp',
|
||||
'android/RemoteDataDecoder.cpp',
|
||||
]
|
||||
|
||||
FINAL_LIBRARY = 'xul'
|
||||
|
||||
if CONFIG['GNU_CXX']:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue