From 0a84ba7fc493fef72f36a2f974ee2a93f3d02aa7 Mon Sep 17 00:00:00 2001 From: Ikey Doherty Date: Sat, 4 Nov 2017 18:07:04 +0000 Subject: [PATCH] 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 --- src/intercept/main.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/intercept/main.c b/src/intercept/main.c index e4c3a51..e01f683 100644 --- a/src/intercept/main.c +++ b/src/intercept/main.c @@ -52,6 +52,7 @@ static const char *steam_allowed[] = { "libavresample.so.", "libavutil.so.", "libswscale.so.", + "libx264.so.", /* core plugins */ "chromehtml.so",