On Linux Mint LMDE, linking with theoraplay requires pthread library so I modified the CMakeLists.txt file accordingly.
I am not familiar with Emscripten, I didn't know how to check for __EMSCRIPTEN_PTHREADS__ so I forced its definition and centralized the use of pthread library.
On Linux Mint LMDE, linking with theoraplay requires pthread library so I modified the
CMakeLists.txt
file accordingly. I am not familiar with Emscripten, I didn't know how to check for__EMSCRIPTEN_PTHREADS__
so I forced its definition and centralized the use of pthread library.