We definitely want to avoid an emulated poll()

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22224 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
reimar 2007-02-15 18:24:12 +00:00
parent 790b09aa4e
commit d766cae033
1 changed files with 8 additions and 0 deletions

8
configure vendored
View File

@ -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