From d766cae033c806d54b68959d44d8add903810e3e Mon Sep 17 00:00:00 2001 From: reimar Date: Thu, 15 Feb 2007 18:24:12 +0000 Subject: We definitely want to avoid an emulated poll() git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22224 b3059339-0415-0410-9bf9-f77b7e298cf2 --- configure | 8 ++++++++ 1 file changed, 8 insertions(+) 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 -- cgit v1.2.3