Maria1099 / webm

Automatically exported from code.google.com/p/webm
0 stars 0 forks source link

libvpx recent git ignore disable-multithread flag. #450

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
i tried to build libvpx recent git with disable-multithread option.
but libvpx code ignore the flag.
always build with pthread(shared library).

always find imp_pthread_once.
but my pthread is static. 
no such imp_pthread_***.

maybe recently introduced systemdependent.c always t shared pthread.
 systemdependent.c  is root of problems.
why  disable-multithread not work?
why  systemdependent.c not respect disable-multithread option>?

Original issue reported on code.google.com by kuh...@gmail.com on 27 May 2012 at 6:26

GoogleCodeExporter commented 9 years ago

Original comment by albe...@google.com on 7 Jun 2012 at 6:05

GoogleCodeExporter commented 9 years ago
https://gerrit.chromium.org/gerrit/25438

Original comment by jkoles...@google.com on 15 Jun 2012 at 11:35