[Ffmpeg-devel] [PATCH] WinCE support (via gcc cross-compiling)
Diego Biurrun
diego
Sun Jan 22 06:46:15 CET 2006
On Sat, Dec 03, 2005 at 01:18:24AM +0000, Gildas Bazin wrote:
>
> So here is a patch that adds an --enable-mingwce config option to the build
> and fixes a few compiling problems with WinCE.
>
> --- libavformat/os_support.c 9 Nov 2004 17:27:33 -0000 1.4
> +++ libavformat/os_support.c 2 Dec 2005 23:53:22 -0000
> @@ -18,7 +18,8 @@
> */
> #include "config.h"
> #include "avformat.h"
> -#ifdef CONFIG_WIN32
> +#if defined(CONFIG_WINCE)
> +#elif defined(CONFIG_WIN32)
Huh? This change does nothing..
The rest looks OK, I'll apply it soon.
Diego
More information about the ffmpeg-devel
mailing list