Mercurial > mplayer.hg
changeset 33252:545f19298060
Fix Win64 compilation.
author | cehoyos |
---|---|
date | Thu, 28 Apr 2011 15:58:42 +0000 |
parents | 7d13ed4e80f2 |
children | a6328ab56d6e |
files | configure |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/configure Thu Apr 28 13:45:16 2011 +0000 +++ b/configure Thu Apr 28 15:58:42 2011 +0000 @@ -3885,6 +3885,7 @@ echocheck "swab()" _swab=no define_statement_check "_XOPEN_SOURCE 600" "unistd.h" 'int a, b; swab(&a, &b, 0)' && _swab=yes +define_statement_check "A A" "string.h" 'int a, b; swab(&a, &b, 0)' && _swab=yes if test "$_swab" = yes ; then def_swab='#define HAVE_SWAB 1' need_swab=no