[vlc-devel] [PATCH] Android: Add pthread conditional attribute workaround

Edward Wang edward.c.wang at compdigitec.com
Tue Jan 3 23:21:31 CET 2012


On 12-01-03 05:09 PM, Rafaël Carré wrote:
> You shouldn't disable those on Android 2.2+
Impossible to know in code (as in something like #ifdef 
pthread_condattr_init), since it is compiled against Android-9 headers. 
Perhaps we can add a switch or something in the configure.ac script.

Other way to do this is to write a replacement function for 
pthread_condattr_init that zeroes it out.

Thanks,
     Edward Wang



More information about the vlc-devel mailing list