comparison configure @ 27674:c8a241b4b92a

Remove unused HAVE_SYS_POLL_H definition from config.h.
author diego
date Sat, 04 Oct 2008 11:42:39 +0000
parents a1922682fccb
children e8a6f7b7ed4e
comparison
equal deleted inserted replaced
27673:a1922682fccb 27674:c8a241b4b92a
7992 #ifndef MPLAYER_CONFIG_H 7992 #ifndef MPLAYER_CONFIG_H
7993 #define MPLAYER_CONFIG_H 7993 #define MPLAYER_CONFIG_H
7994 7994
7995 #define CONFIGURATION "$_configuration" 7995 #define CONFIGURATION "$_configuration"
7996 7996
7997 /* make sure we never get lavformat's poll() emulation, the results are
7998 horrible if the X libs try to actually use it, see MPlayer-users
7999 Message-ID: <45D49541.8060101@infernix.net>
8000 Date: Thu, 15 Feb 2007 18:15:45 +0100
8001 Subject: [MPlayer-users] Crash with backtrace when playing back demuxed...
8002 */
8003 #define HAVE_SYS_POLL_H 1
8004
8005 /* yes, we have inttypes.h */ 7997 /* yes, we have inttypes.h */
8006 #define HAVE_INTTYPES_H 1 7998 #define HAVE_INTTYPES_H 1
8007 7999
8008 /* int_fastXY_t emulation */ 8000 /* int_fastXY_t emulation */
8009 $_def_fast_inttypes 8001 $_def_fast_inttypes