[FFmpeg-devel] Windows CE status

Martin Storsjö martin
Mon Jul 27 16:51:06 CEST 2009


On Mon, 27 Jul 2009, Ismail D?nmez wrote:

> Hi,
> 
> 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.

> Index: configure
> ===================================================================
> --- configure   (revision 19515)
> +++ configure   (working copy)
> @@ -1831,13 +1831,15 @@
>          enabled shared || check_cflags -mdynamic-no-pic
>          ;;
>      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
>          shlibdir_default="$bindir_default"
>          disable ffserver

Please don't hardcode WinCE == ARM. Earlier it ran on a bunch of 
platforms, and mingw32ce are starting to support CE on x86 nowadays, too.

// Martin



More information about the ffmpeg-devel mailing list