No subject

bogus at does.not.exist.com bogus at does.not.exist.com
Tue Aug 25 22:50:44 CEST 2009


>> By the way, how does mingw32ce cope with this define?
>>
>>> In my opinion, setting the platform define depending on what OS version
>>> we're targeting and letting the normal configure check find out what's
>>> supported and what's not is cleaner than adding even more platform
>>> specific ifdefs to the network code.
>>
>> Yes, I think that's cleaner too, I just wasn't sure it would be this
>> easy to disable whatever code won't be supported at the end of your
>> patchset.
>>
>> Index: configure
>> =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
>> --- configure (revision 21228)
>> +++ configure (working copy)
>> @@ -2023,8 +2023,9 @@
>> =A0 =A0 =A0 =A0 =A0 =A0 =A0{ check_cflags -mdynamic-no-pic && add_asflag=
s -mdynamic-no-pic; }
>> =A0 =A0 =A0 =A0 =A0;;
>> =A0 =A0 =A0mingw32*)
>> - =A0 =A0 =A0 =A0# Only WinXP or greater are supported
>> + =A0 =A0 =A0 =A0if test $target_os !=3D "mingw32-prexp"; then
>> =A0 =A0 =A0 =A0 =A0add_cflags -D_WIN32_WINNT=3D0x0501
>> + =A0 =A0 =A0 =A0fi
>
> test && add_cflags

Changed locally. Ok to apply with this change?



More information about the ffmpeg-devel mailing list