mirror of
https://github.com/ValveSoftware/Proton.git
synced 2025-01-26 05:28:15 +03:00
proton: Look for libraries in Steam Client path.
This is used to pick up Valve's build of ffmpeg, which includes proprietary decoders. Signed-off-by: Derek Lesho <dlesho@codeweavers.com>
This commit is contained in:
parent
a18ffa9b8b
commit
bcccab62e0
3
proton
3
proton
@ -891,6 +891,9 @@ class CompatData:
|
|||||||
|
|
||||||
setup_game_dir_drive()
|
setup_game_dir_drive()
|
||||||
|
|
||||||
|
# add Steam ffmpeg libraries to path
|
||||||
|
prepend_to_env_str(g_session.env, ld_path_var, steamdir + "/ubuntu12_64/video/:" + steamdir + "/ubuntu12_32/video/", ":")
|
||||||
|
|
||||||
def comma_escaped(s):
|
def comma_escaped(s):
|
||||||
escaped = False
|
escaped = False
|
||||||
idx = -1
|
idx = -1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user