mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-20 15:27:32 +09:00
Revert "Issue #2301 - Make Gecko Media Plugins optional when not building EME or WebRTC"
This reverts commit 9e7d1492e6.
This commit is contained in:
parent
7e50abda7d
commit
119feb053c
54 changed files with 30 additions and 314 deletions
|
|
@ -1499,7 +1499,6 @@ toolbar#nav-bar {
|
|||
if not self.disable_leak_checking:
|
||||
browserEnv["XPCOM_MEM_BLOAT_LOG"] = self.leak_report_file
|
||||
|
||||
#ifdef MOZ_GMP
|
||||
try:
|
||||
gmp_path = self.getGMPPluginPath(options)
|
||||
if gmp_path is not None:
|
||||
|
|
@ -1507,7 +1506,6 @@ toolbar#nav-bar {
|
|||
except EnvironmentError:
|
||||
self.log.error('Could not find path to gmp-fake plugin!')
|
||||
return None
|
||||
#endif
|
||||
|
||||
if options.fatalAssertions:
|
||||
browserEnv["XPCOM_DEBUG_BREAK"] = "stack-and-abort"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue