diff options
author | RĂ©mi Verschelde <remi@verschelde.fr> | 2021-10-15 17:33:06 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-15 17:33:06 +0200 |
commit | 1efe7093bec9c0bfaa2ecedd9d5777b594d7283a (patch) | |
tree | 72607a5938fa106e90ef835784ee48df1e73732f /SConstruct | |
parent | 3f888966c0311a49541d6eb952b5a76d105f59d5 (diff) | |
parent | ae74e78909ae0bc476112fb43b9580e969879dcd (diff) |
Merge pull request #53833 from akien-mga/remove-webm-support
Diffstat (limited to 'SConstruct')
-rw-r--r-- | SConstruct | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/SConstruct b/SConstruct index 83c89be5f9..94bc53eaa5 100644 --- a/SConstruct +++ b/SConstruct @@ -166,12 +166,10 @@ opts.Add(BoolVariable("builtin_libogg", "Use the built-in libogg library", True) opts.Add(BoolVariable("builtin_libpng", "Use the built-in libpng library", True)) opts.Add(BoolVariable("builtin_libtheora", "Use the built-in libtheora library", True)) opts.Add(BoolVariable("builtin_libvorbis", "Use the built-in libvorbis library", True)) -opts.Add(BoolVariable("builtin_libvpx", "Use the built-in libvpx library", True)) opts.Add(BoolVariable("builtin_libwebp", "Use the built-in libwebp library", True)) opts.Add(BoolVariable("builtin_wslay", "Use the built-in wslay library", True)) opts.Add(BoolVariable("builtin_mbedtls", "Use the built-in mbedTLS library", True)) opts.Add(BoolVariable("builtin_miniupnpc", "Use the built-in miniupnpc library", True)) -opts.Add(BoolVariable("builtin_opus", "Use the built-in Opus library", True)) opts.Add(BoolVariable("builtin_pcre2", "Use the built-in PCRE2 library", True)) opts.Add(BoolVariable("builtin_pcre2_with_jit", "Use JIT compiler for the built-in PCRE2 library", True)) opts.Add(BoolVariable("builtin_recast", "Use the built-in Recast library", True)) |