1
0
mirror of https://github.com/ValveSoftware/Proton.git synced 2025-02-11 14:18:49 +03:00

media-converter: Temporarily disable dumping audio to disk

It has some known issues, so don't waste resources on bad data.

CW-Bug-Id: 
This commit is contained in:
Andrew Eikum 2021-10-11 13:02:23 -05:00 committed by Arkadiusz Hiler
parent d3b645b49f
commit 8d86c9d582

3
proton

@ -1006,6 +1006,9 @@ class Session:
#disable XIM support until libx11 >= 1.7 is widespread
self.env.setdefault("WINE_ALLOW_XIM", "0")
#temporarily disable dumping audio to disk
self.env.setdefault("MEDIACONV_AUDIO_DONT_DUMP", "1")
if "wined3d11" in self.compat_config:
self.compat_config.add("wined3d")