summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-02-15 18:24:12 +0000
committerreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-02-15 18:24:12 +0000
commitd766cae033c806d54b68959d44d8add903810e3e (patch)
tree23a8806e4f05968b1440d76b4986c2275f3ea7a4
parent790b09aa4e3d6c1c72304d6b2d223f92df9d7484 (diff)
downloadmpv-d766cae033c806d54b68959d44d8add903810e3e.tar.bz2
mpv-d766cae033c806d54b68959d44d8add903810e3e.tar.xz
We definitely want to avoid an emulated poll()
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22224 b3059339-0415-0410-9bf9-f77b7e298cf2
-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