mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-21 15:57:31 +09:00
Remove DirectShow as it doesn't work properly.
This commit is contained in:
parent
c6ed045774
commit
5ec85f3abe
23 changed files with 1 additions and 3012 deletions
|
|
@ -5,16 +5,6 @@
|
|||
|
||||
include('build/moz.configure/init.configure')
|
||||
|
||||
# DirectShow is the legacy Windows media backend. Keep this independent of
|
||||
# the old configure scripts so the backend is actually compiled on Windows.
|
||||
@depends(target)
|
||||
def directshow_enabled(target):
|
||||
if target.kernel == 'WINNT':
|
||||
return True
|
||||
|
||||
set_config('MOZ_DIRECTSHOW', directshow_enabled)
|
||||
set_define('MOZ_DIRECTSHOW', directshow_enabled)
|
||||
|
||||
# Note:
|
||||
# - Gecko-specific options and rules should go in toolkit/moz.configure.
|
||||
# - Firefox-specific options and rules should go in browser/moz.configure.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue