media-converter: Temporarily disable dumping audio to disk
It has some known issues, so don't waste resources on bad data. CW-Bug-Id: #19009
This commit is contained in:
parent
d3b645b49f
commit
8d86c9d582
1 changed files with 3 additions and 0 deletions
3
proton
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")
|
||||
|
||||
|
|
Loading…
Reference in a new issue