- 07 Sep, 2017 22 commits
-
-
-
Apply Emscripten PR #5531 : Multithreading 6/N: Proxy calls to JavaScript functions from pthreads to main browser thread
-
-
All the patches will now be applied and the scripts to generate module list and the main executable are now called from the compile script.
-
-
-
All modules are built statically. So we must generate a table with the enty point to vlc can use them.
-
-
-
-
(patch) Fix _POSIX_CLOCK_SELECTION in emscripten (set value to 0) because clock_nanosleep is not defined
-
-
-
-
-
We need to proxy some video output calls to transfer the canvas to the right thread
-
-
-
(patch) Add a target for emscripten in contribs and set values for the compilation toolchain variables
-
-
Configure is done with more options to disable some not needed features, and enable some other needed features. Add some contribs to the built contribs. The script will now compile vlc.
-
The toolchain is now on the incoming branch and in release mode, which is the most up to date. Fixed some typo in the checks and paths to see if emscripten is well installed. The contribs are now compiled for the good host.
-
- 15 Aug, 2017 2 commits
-
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-