mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-21 07:47:32 +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
|
|
@ -358,8 +358,6 @@ var dataProviders = {
|
|||
} catch (e) {}
|
||||
|
||||
data.currentAudioBackend = winUtils.currentAudioBackend;
|
||||
data.directShowEnabled = Services.prefs.getBoolPref("media.directshow.enabled", false);
|
||||
data.directShowH264Active = Services.prefs.getBoolPref("media.directshow.h264.active", false);
|
||||
|
||||
if (!data.numAcceleratedWindows && gfxInfo) {
|
||||
#ifdef XP_WIN
|
||||
|
|
@ -553,3 +551,4 @@ var dataProviders = {
|
|||
});
|
||||
}
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue