[FFmpeg-cvslog] r24156 - trunk/configure
Måns Rullgård
mans
Sat Jul 10 11:26:41 CEST 2010
ramiro <subversion at mplayerhq.hu> writes:
> Author: ramiro
> Date: Sat Jul 10 06:08:02 2010
> New Revision: 24156
>
> Log:
> configure: properly check for mingw-w64 through installed headers.
> mingw-w64 can also target 32-bit code.
>
> Modified:
> trunk/configure
>
> Modified: trunk/configure
> ==============================================================================
> --- trunk/configure Sat Jul 10 02:40:59 2010 (r24155)
> +++ trunk/configure Sat Jul 10 06:08:02 2010 (r24156)
> @@ -2271,7 +2271,7 @@ case $target_os in
> objformat="win32"
> enable dos_paths
> check_cflags -fno-common
> - if ! enabled x86_64; then
> + if ! check_cpp_condition _mingw.h "defined (__MINGW64_VERSION_MAJOR)"; then
Does the other x86_64 fail on mingw? Are pointers 32-bit?
--
M?ns Rullg?rd
mans at mansr.com
More information about the ffmpeg-cvslog
mailing list