Changes between Initial Version and Version 1 of Ticket #10009
- Timestamp:
- Nov 4, 2022, 8:35:38 AM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #10009 – Description
initial v1 43 43 }}} 44 44 45 I can build a version with pthreads by removing `--disable-*threads` flags from emconfigure and adding `-pthread -s PROXY_TO_PTHREAD=1 -s -sUSE_PTHREADS=1` into emcc.45 I can build a version with pthreads by removing `--disable-*threads` flags from emconfigure and adding `-pthread -s PROXY_TO_PTHREAD=1 -s USE_PTHREADS=1` into emcc. 46 46 47 I tried various flags but could not get building single thread version. As I only have setup for emscripten build, I can not confirm if some more standard single thread build works or not. But having references to `pthread_create()` or `pthread_join()` seems suspicious.47 I tried various flags but could not get building single thread version. As I only have setup for emscripten build, I can not confirm if some more standard single thread build works or not. But having references to `pthread_create()` or `pthread_join()` in ffmpeg_demux.c seems suspicious. 48 48 49 49 Can you please verify if single thread ffmpeg version is still buildable, and if so, do you have any idea what I am doing wrong?


