[MPlayer-cvslog] r33339 - trunk/configure
Ivan Kalvachev
ikalvachev at gmail.com
Thu Apr 28 18:57:46 CEST 2011
On 4/28/11, cehoyos <subversion at mplayerhq.hu> wrote:
> Author: cehoyos
> Date: Thu Apr 28 17:58:42 2011
> New Revision: 33339
>
> Log:
> Fix Win64 compilation.
>
> Modified:
> trunk/configure
>
> Modified: trunk/configure
> ==============================================================================
> --- trunk/configure Thu Apr 28 15:45:16 2011 (r33338)
> +++ trunk/configure Thu Apr 28 17:58:42 2011 (r33339)
> @@ -3885,6 +3885,7 @@ echores "$_vsscanf"
> 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
Isn't this based on code from Stephen Sheldon's patch?
Please edit the commit message to indicate so,
Even if there have been modification in the final version,
at least say "based on" or even just "inspired by".
More information about the MPlayer-cvslog
mailing list