configure, Windows: support static pthreads on Windows
commit5c731e2ea669bbc732e51dc95c1ec68cc41050e6
authorDiogo Franco <diogomfranco@gmail.com>
Sun, 27 Mar 2011 15:38:01 +0000 (27 12:38 -0300)
committerUoti Urpala <uau@mplayer2.org>
Wed, 30 Mar 2011 11:50:47 +0000 (30 14:50 +0300)
tree44f2f7560c6d277493777f1b9638f0c66e30fe32
parent7131fceb0b80c462604e65fe1869db6e14791b4e
configure, Windows: support static pthreads on Windows

Windows pthreads requires certain functions to be called to initialize
itself. It can do that through DllMain but no such luck when linked
statically; mplayer needs to call the initialization explicitly.
configure
mplayer.c