mirror of
https://git.suyu.dev/suyu/Yucom.git
synced 2026-01-01 12:14:29 +01:00
Revert "proton: Add PROTON_NO_STEAM_FFMPEG to ignore ffmpeg that ships with Steam."
This reverts commit 5720dd3e9c.
This commit is contained in:
parent
ae688238b9
commit
3ffb520d58
2 changed files with 1 additions and 4 deletions
4
proton
4
proton
|
|
@ -1004,9 +1004,7 @@ class CompatData:
|
|||
setup_steam_dir_drive()
|
||||
|
||||
# add Steam ffmpeg libraries to path
|
||||
use_ffmpeg = "PROTON_NO_STEAM_FFMPEG" not in os.environ or not nonzero(os.environ["PROTON_NO_STEAM_FFMPEG"])
|
||||
if use_ffmpeg and 'nosteamffmpeg' not in g_session.compat_config:
|
||||
prepend_to_env_str(g_session.env, ld_path_var, steamdir + "/ubuntu12_64/video/:" + steamdir + "/ubuntu12_32/video/", ":")
|
||||
prepend_to_env_str(g_session.env, ld_path_var, steamdir + "/ubuntu12_64/video/:" + steamdir + "/ubuntu12_32/video/", ":")
|
||||
|
||||
def comma_escaped(s):
|
||||
escaped = False
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue