Changes between Initial Version and Version 1 of Ticket #10009


Ignore:
Timestamp:
Nov 4, 2022, 8:35:38 AM (4 years ago)
Author:
Jozef Chutka
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #10009 – Description

    initial v1  
    4343}}}
    4444
    45 I can build a version with pthreads by removing `--disable-*threads` flags from emconfigure and adding `-pthread -s PROXY_TO_PTHREAD=1 -s -s USE_PTHREADS=1` into emcc.
     45I 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.
    4646
    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.
     47I 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.
    4848
    4949Can you please verify if single thread ffmpeg version is still buildable, and if so, do you have any idea what I am doing wrong?