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 /modules/ogg | |
parent | 3f888966c0311a49541d6eb952b5a76d105f59d5 (diff) | |
parent | ae74e78909ae0bc476112fb43b9580e969879dcd (diff) |
Merge pull request #53833 from akien-mga/remove-webm-support
Diffstat (limited to 'modules/ogg')
-rw-r--r-- | modules/ogg/SCsub | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/modules/ogg/SCsub b/modules/ogg/SCsub index e415d92498..f15525648f 100644 --- a/modules/ogg/SCsub +++ b/modules/ogg/SCsub @@ -3,9 +3,6 @@ Import("env") Import("env_modules") -# Only kept to build the thirdparty library used by the theora and webm -# modules. - env_ogg = env_modules.Clone() # Thirdparty source files |