On Thu, Dec 26, 2013 at 07:42:05PM +0200, Martin Storsjö wrote: > On Wed, 25 Dec 2013, Diego Biurrun wrote: > >--- > > > >Disregard the previous version, which was completely broken. > > > >configure | 1 + > >libavutil/atomic.c | 6 +----- > >2 files changed, 2 insertions(+), 5 deletions(-) > >--- a/configure > >+++ b/configure > >@@ -1590,6 +1590,7 @@ atomics_gcc_if="sync_val_compare_and_swap" > >atomics_suncc_if="atomic_cas_ptr machine_rw_barrier" > >atomics_win32_if="MemoryBarrier" > >atomics_native_if_any="$ATOMICS_LIST" > >+threads_if_any="atomics_native pthreads" > >threads_if_any="$THREADS_LIST" > > Isn't this still the just-as-broken version?
No, the ifdeffery was broken .. Diego _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
