[MPlayer-cvslog] r22224 - trunk/configure

reimar subversion at mplayerhq.hu
Thu Feb 15 19:24:12 CET 2007


Author: reimar
Date: Thu Feb 15 19:24:12 2007
New Revision: 22224

Modified:
   trunk/configure

Log:
We definitely want to avoid an emulated poll()


Modified: trunk/configure
==============================================================================
--- trunk/configure	(original)
+++ trunk/configure	Thu Feb 15 19:24:12 2007
@@ -7640,6 +7640,14 @@
 
 #define CONFIGURATION "$_configuration"
 
+/* make sure we never get lavformat's poll() emulation, the results are
+   horrible if the X libs try to actually use it, see MPlayer-users
+   Message-ID: <45D49541.8060101 at infernix.net>
+   Date: Thu, 15 Feb 2007 18:15:45 +0100
+   Subject: [MPlayer-users] Crash with backtrace when playing back demuxed...
+*/
+#define HAVE_SYS_POLL_H 1
+
 /* use GNU internationalization */
 $_def_i18n
 



More information about the MPlayer-cvslog mailing list