From 43fccbd21f1beefa84917fbb35d352554be7ecf3 Mon Sep 17 00:00:00 2001 From: Rich Geldreich Date: Fri, 7 Jun 2019 20:55:32 -0700 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7e7cbc1..608a7a2 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ The system's bitrate depends on the quality setting and image content, but commo The transcoder has been fuzz tested using [zzuf](https://www.linux.com/news/fuzz-testing-zzuf). -So far, we've compiled the code using MSVS 2019, under Ubuntu x64 using cmake with either clang 3.8 or gcc 5.4, and emscripten 1.35 to asm.js. (Be sure to use this version or later of emcc, as earlier versions fail with internal errors/exceptions during compilation.) The compressor is multithreaded by default, but this can be disabld using the -no_multithreading command line option. The transcoder is currently single threaded. +So far, we've compiled the code using MSVS 2019, under Ubuntu x64 using cmake with either clang 3.8 or gcc 5.4, and emscripten 1.35 to asm.js. (Be sure to use this version or later of emcc, as earlier versions fail with internal errors/exceptions during compilation.) The compressor is multithreaded by default, but this can be disabled using the -no_multithreading command line option. The transcoder is currently single threaded. A simple asm.js Texture Video demo is [here](http://binomial.biz/TextureVideoTest/).