[MPlayer-cvslog] r36272 - trunk/configure
reimar
subversion at mplayerhq.hu
Thu May 16 20:22:52 CEST 2013
Author: reimar
Date: Thu May 16 20:22:52 2013
New Revision: 36272
Log:
Enable atomics.
Fixes compilation without pthreads and should improve
threading speed with pthreads.
Modified:
trunk/configure
Modified: trunk/configure
==============================================================================
--- trunk/configure Thu May 16 20:22:51 2013 (r36271)
+++ trunk/configure Thu May 16 20:22:52 2013 (r36272)
@@ -9086,6 +9086,8 @@ $def_truncf
#define HAVE_ALIGNED_STACK 1
#define HAVE_ASM_MOD_Q 1
+#define HAVE_ATOMICS_GCC 1
+#define HAVE_ATOMICS_NATIVE 1
#define HAVE_ATTRIBUTE_PACKED 1
#define HAVE_GETHRTIME 0
#define HAVE_INLINE_ASM 1
More information about the MPlayer-cvslog
mailing list