[FFmpeg-devel] Windows CE status

Diego Biurrun diego
Mon Jul 27 16:56:51 CEST 2009


On Mon, Jul 27, 2009 at 05:54:10PM +0300, ?smail D?nmez wrote:
> 
> On Mon, Jul 27, 2009 at 5:49 PM, Diego Biurrun<diego at biurrun.de> wrote:
> > On Mon, Jul 27, 2009 at 05:46:50PM +0300, ?smail D?nmez wrote:
> >>
> >> On Mon, Jul 27, 2009 at 5:38 PM, Diego Biurrun<diego at biurrun.de> wrote:
> >> > Set the variables for the MinGW case and override them in the MinGWCE
> >> > case. ?That should save some code duplication.
> >>
> >> Lets try this one.
> >>
> >> --- configure (revision 19515)
> >> +++ configure (working copy)
> >> @@ -1831,13 +1831,15 @@
> >> ? ? ?mingw32*)
> >> - ? ? ? ?target_os=mingw32
> >> ? ? ? ? ?LIBTARGET=i386
> >> ? ? ? ? ?if enabled x86_64; then
> >> ? ? ? ? ? ? ?enable malloc_aligned
> >> ? ? ? ? ? ? ?LIBTARGET=x64
> >> - ? ? ? ?elif enabled arm; then
> >> + ? ? ? ?elif test target_os = "mingw32ce"; then
> >> ? ? ? ? ? ? ?LIBTARGET=arm
> >> + ? ? ? ? ? ?disable network
> >> + ? ? ? ?else
> >> + ? ? ? ? ? ?target_os=mingw32
> >> ? ? ? ? ?fi
> >
> > This is broken, target_os will never get set in the x86_64 case.
> 
> I don't see how old code sets target_os for x84_64 case...

It sets

  target_os=mingw32

unconditionally in the first line of the mingw32* case..

Diego



More information about the ffmpeg-devel mailing list