On Fri, Dec 27, 2013 at 11:41:36AM +0200, Martin Storsjö wrote: > On Fri, 27 Dec 2013, Diego Biurrun wrote: > >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 .. > > Ok, but doesn't the part I quoted look at least a little broken to > you as well? Doing a=foo, a=bar, I'm getting the feeling that the > first a=foo part doesn't have much effect, but perhaps I'm > overlooking something?
Doh, WTF, *cough*, yeah, I'll go sit in a corner or something .. Diego _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
