diff options
author | Diego Biurrun <diego@biurrun.de> | 2013-12-18 22:29:25 +0100 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2014-02-19 15:12:37 +0100 |
commit | 874c751cc5b99cd68932e21c2c3a0d21134207e0 (patch) | |
tree | 12e3634d4be09598bc1a9f9d13e095924b7371e6 /configure | |
parent | 35b05c5184fb3aa1191e2d1e7f1cae1e11f344a4 (diff) | |
download | ffmpeg-874c751cc5b99cd68932e21c2c3a0d21134207e0.tar.gz |
threads: Check w32threads dependencies at the configure stage
Also add warning comment about threading implementations without matching
atomics implementation to the atomics fallback implementation.
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1606,6 +1606,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" +w32threads_deps="atomics_native" threads_if_any="$THREADS_LIST" # subsystems |