diff --git a/configure b/configure index 0cb5ac0cec..406a9be5be 100755 --- a/configure +++ b/configure @@ -2668,6 +2668,7 @@ echores "$_dynamic_plugins" #fi #echores "using $_ld_dl_dynamic" +_def_threads='#undef HAVE_THREADS' echocheck "pthread" cat > $TMPC << EOF @@ -2703,6 +2704,7 @@ if test "$_ld_pthread" != '' ; then echores "yes (using $_ld_pthread)" _pthreads='yes' _def_pthreads='#define HAVE_PTHREADS 1' + _def_threads='#define HAVE_THREADS 1' else echores "no" _pthreads='' @@ -6944,6 +6946,9 @@ $_def_glob /* Define this if your system has pthreads */ $_def_pthreads +/* Define this if you enabled thread support for libavcodec */ +$_def_threads + /* LIRC (remote control, see www.lirc.org) support: */ $_def_lirc