Mercurial > mplayer.hg
changeset 30422:a28a796b70b4
Add some more definitions for FFmpeg to config.h:
HAVE_ATTRIBUTE_MAY_ALIAS
HAVE_STRUCT_IPV6_MREQ
HAVE_STRUCT_SOCKADDR_IN6
author | diego |
---|---|
date | Sat, 30 Jan 2010 21:17:38 +0000 |
parents | bbb6ebec87a0 |
children | d3ba36f72b57 |
files | configure |
diffstat | 1 files changed, 3 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/configure Sat Jan 30 16:57:40 2010 +0000 +++ b/configure Sat Jan 30 21:17:38 2010 +0000 @@ -9169,6 +9169,7 @@ #define CONFIG_IPV6 0 #endif +#define HAVE_ATTRIBUTE_MAY_ALIAS 1 #define HAVE_ATTRIBUTE_PACKED 1 #define HAVE_GETHRTIME 0 #define HAVE_INLINE_ASM 1 @@ -9176,6 +9177,8 @@ #define HAVE_POLL_H 1 #define HAVE_PPC4XX 0 #define HAVE_SETMODE 0 +#define HAVE_STRUCT_IPV6_MREQ 1 +#define HAVE_STRUCT_SOCKADDR_IN6 1 #define HAVE_SYS_SELECT_H 0 #define HAVE_VFP_ARGS 1 #define HAVE_VIRTUALALLOC 0