summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure8
1 files changed, 8 insertions, 0 deletions
diff --git a/configure b/configure
index 46118fe7b3..60ab0e2ab5 100755
--- a/configure
+++ b/configure
@@ -7640,6 +7640,14 @@ cat > config.h << EOF
#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