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(-)

diff --git a/configure b/configure
index 8cf25ab..777b284 100755
--- 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?

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

Reply via email to