diff options
author | Rémi Verschelde <rverschelde@gmail.com> | 2022-11-15 16:25:05 +0100 |
---|---|---|
committer | Rémi Verschelde <rverschelde@gmail.com> | 2022-11-15 16:25:05 +0100 |
commit | c52d8369ce18b67edc81b2abc17e71dca82502f1 (patch) | |
tree | bcf86411a54de0f6250fdbaee4c7cf30091aa880 /modules | |
parent | 94e9860b82688d45c2a00380d55ea3a10b62580a (diff) | |
parent | b87584a070c5bb6ca1c51f756ec6db5ab4729349 (diff) |
Merge pull request #66516 from DeeJayLSP/update_theora
Update libtheora to GIT (2020.10)
Diffstat (limited to 'modules')
-rw-r--r-- | modules/theora/SCsub | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/modules/theora/SCsub b/modules/theora/SCsub index 6038ea086a..ca666050dd 100644 --- a/modules/theora/SCsub +++ b/modules/theora/SCsub @@ -15,7 +15,7 @@ if env["builtin_libtheora"]: # "analyze.c", # "apiwrapper.c", "bitpack.c", - "cpu.c", + # "collect.c", # "decapiwrapper.c", "decinfo.c", "decode.c", @@ -47,8 +47,12 @@ if env["builtin_libtheora"]: "x86/mmxfrag.c", "x86/mmxidct.c", "x86/mmxstate.c", + # "x86/sse2encfrag.c", # "x86/sse2fdct.c", + "x86/sse2idct.c", + "x86/x86cpu.c", # "x86/x86enc.c", + # "x86/x86enquant.c" "x86/x86state.c", ] @@ -58,6 +62,7 @@ if env["builtin_libtheora"]: "x86_vc/mmxfrag.c", "x86_vc/mmxidct.c", "x86_vc/mmxstate.c", + "x86_vc/x86cpu.c", # "x86_vc/x86enc.c", "x86_vc/x86state.c", ] |