X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=configure;h=bc010d5629b5147ccb8e26702ec212f45f436c01;hb=a57da850c0ae7a9cde8917bb0f30dcee30b43439;hp=9c210e9e5550d0bcbfcfb49b3e3f400928d57d8d;hpb=25b243759cb63621c96f20fe9426a3d067be70bf;p=ffmpeg diff --git a/configure b/configure index 9c210e9e555..bc010d5629b 100755 --- a/configure +++ b/configure @@ -1865,6 +1865,7 @@ asv2_decoder_select="dsputil" asv2_encoder_select="dsputil" atrac1_decoder_select="mdct sinewin" atrac3_decoder_select="mdct" +atrac3p_decoder_select="mdct sinewin" avrn_decoder_select="exif" bink_decoder_select="dsputil hpeldsp" binkaudio_dct_decoder_select="mdct rdft dct sinewin" @@ -4358,6 +4359,7 @@ if ! disabled pthreads && ! enabled w32threads && ! enabled os2threads; then elif ! check_func pthread_join && ! check_func pthread_create; then disable pthreads fi + check_code cc "pthread.h" "static pthread_mutex_t atomic_lock = PTHREAD_MUTEX_INITIALIZER" || disable pthreads fi for thread in $THREADS_LIST; do @@ -5056,7 +5058,7 @@ cat > $TMPH <