On Thu, 19 Dec 2013, Diego Biurrun wrote:

---
configure          | 1 +
libavutil/atomic.c | 6 +-----
2 files changed, 2 insertions(+), 5 deletions(-)

diff --git a/configure b/configure
index 2ec420a..4e927a2 100755
--- a/configure
+++ b/configure
@@ -1588,6 +1588,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_deps="atomics_native"
threads_if_any="$THREADS_LIST"

This isn't quite correct - the atomics can use a pthreads mutex based fallback implementation. So I guess this should be threads_deps_any="atomics_native pthreads".

// Martin
_______________________________________________
libav-devel mailing list
libav-devel@libav.org
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to