diff options
author | reimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2007-02-15 18:24:12 +0000 |
---|---|---|
committer | reimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2007-02-15 18:24:12 +0000 |
commit | d766cae033c806d54b68959d44d8add903810e3e (patch) | |
tree | 23a8806e4f05968b1440d76b4986c2275f3ea7a4 /configure | |
parent | 790b09aa4e3d6c1c72304d6b2d223f92df9d7484 (diff) |
We definitely want to avoid an emulated poll()
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22224 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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 |