mirror of
https://gitlab.xiph.org/xiph/icecast-common.git
synced 2024-11-03 04:17:20 -05:00
001667626c
This allows to build the threading module on Android. Android has a little reduced implementation for POSIX threads. This is a clean version of patches from Stephan Jauernick <info@stephan-jauernick.de> and Marvin Scholz <epirat07@gmail.com>. |
||
---|---|---|
.. | ||
BUILDING | ||
COPYING | ||
Makefile.am | ||
README | ||
thread.c | ||
thread.h | ||
TODO |
This is the cross platform thread and syncronization library. It depends on the avl library. This is a massively cleaned and picked through version of the code from the icecast 1.3.x base. It has not been heavily tested *YET*. But since it's just cleanups, it really shouldn't have that many problems. jack.