mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-05 15:28:39 +09:00
Remove AndroidMediaDecoder and friends
They are no longer supported and don't work with newer Android versions anyway.
This commit is contained in:
parent
5b0a11b442
commit
129388e5e0
15 changed files with 0 additions and 1791 deletions
|
|
@ -92,10 +92,6 @@
|
|||
#include "nsSynthVoiceRegistry.h"
|
||||
#endif
|
||||
|
||||
#ifdef MOZ_ANDROID_OMX
|
||||
#include "AndroidMediaPluginHost.h"
|
||||
#endif
|
||||
|
||||
#include "CubebUtils.h"
|
||||
#include "Latency.h"
|
||||
#include "WebAudioUtils.h"
|
||||
|
|
@ -381,11 +377,6 @@ nsLayoutStatics::Shutdown()
|
|||
nsAutoCopyListener::Shutdown();
|
||||
FrameLayerBuilder::Shutdown();
|
||||
|
||||
|
||||
#ifdef MOZ_ANDROID_OMX
|
||||
AndroidMediaPluginHost::Shutdown();
|
||||
#endif
|
||||
|
||||
CubebUtils::ShutdownLibrary();
|
||||
AsyncLatencyLogger::ShutdownLogger();
|
||||
WebAudioUtils::Shutdown();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue