From bd7e915bf50b24b8a1316ad99667d01e7175087a Mon Sep 17 00:00:00 2001 From: reimar Date: Fri, 28 Nov 2008 17:04:36 +0000 Subject: Move PTHREAD_CACHE define logic to configure. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28048 b3059339-0415-0410-9bf9-f77b7e298cf2 --- configure | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'configure') diff --git a/configure b/configure index 5ebe3bcdc2..4efb46e837 100755 --- a/configure +++ b/configure @@ -715,6 +715,7 @@ _rpath=no _asmalign_pot=auto _stream_cache=yes _def_stream_cache="#define CONFIG_STREAM_CACHE 1" +_def_pthread_cache="#undef PTHREAD_CACHE" _need_shmem=yes for ac_option do case "$ac_option" in @@ -3136,6 +3137,15 @@ else fi echores "$_pthreads" +if cygwin ; then + if test "$_pthreads" = yes ; then + _def_pthread_cache="#define PTHREAD_CACHE 1" + else + _stream_cache=no + _def_stream_cache="#undef CONFIG_STREAM_CACHE" + fi +fi + echocheck "w32threads" if test "$_pthreads" = yes ; then _res_comment="using pthread instead" -- cgit v1.2.3