[MPlayer-cvslog] r35951 - trunk/configure

reimar subversion at mplayerhq.hu
Sun Mar 10 18:52:52 CET 2013


Author: reimar
Date: Sun Mar 10 18:52:52 2013
New Revision: 35951

Log:
Enable gcc atomics to fix compilation on Windows without pthreads.

Should also a avoid a potentially significant performance
regression for multithreaded decoding.

Modified:
   trunk/configure

Modified: trunk/configure
==============================================================================
--- trunk/configure	Sun Mar 10 17:33:43 2013	(r35950)
+++ trunk/configure	Sun Mar 10 18:52:52 2013	(r35951)
@@ -9099,6 +9099,7 @@ $def_truncf
 #define HAVE_STRUCT_POLLFD 0
 #define HAVE_SYMVER_ASM_LABEL 0
 #define HAVE_SYMVER_GNU_ASM 0
+#define HAVE_SYNC_SYNCHRONIZE 1
 #define HAVE_SYS_SELECT_H 0
 #define HAVE_VIRTUALALLOC 0
 


More information about the MPlayer-cvslog mailing list