changeset 22206:65f41cc3c3b9

We definitely want to avoid an emulated poll()
author reimar
date Thu, 15 Feb 2007 18:24:12 +0000
parents 352ddf47d55b
children cf960c7097e3
files configure
diffstat 1 files changed, 8 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/configure	Thu Feb 15 16:18:14 2007 +0000
+++ b/configure	Thu Feb 15 18:24:12 2007 +0000
@@ -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@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