# HG changeset patch # User reimar # Date 1171563852 0 # Node ID 65f41cc3c3b9025098fb53294e98af7046517ff3 # Parent 352ddf47d55b2fba1c1bcc160d264f14919915e0 We definitely want to avoid an emulated poll() diff -r 352ddf47d55b -r 65f41cc3c3b9 configure --- 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