mirror of
https://github.com/clearlinux/linux-steam-integration.git
synced 2026-09-06 22:01:27 +00:00
intercept: Allow Steam to use private libx264
Turns out Steam has a vendored x264 library to allow streaming, but right now we're not whitelisting it. Fix that for issue #25. Signed-off-by: Ikey Doherty <ikey@solus-project.com>
This commit is contained in:
@@ -52,6 +52,7 @@ static const char *steam_allowed[] = {
|
||||
"libavresample.so.",
|
||||
"libavutil.so.",
|
||||
"libswscale.so.",
|
||||
"libx264.so.",
|
||||
|
||||
/* core plugins */
|
||||
"chromehtml.so",
|
||||
|
||||
Reference in New Issue
Block a user