[Ffmpeg-devel] [PATCH] WinCE support (via gcc cross-compiling)
Diego Biurrun
diego
Thu Dec 8 01:44:11 CET 2005
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.
>
> @@ -855,6 +863,9 @@
> dc1394="no"
> ffserver="no"
> network="no"
> +if test "$mingw32" = "yes"; then
> + protocols="no"
> +fi
This seems to depend on your --disable-protocols patch. It is therefore
rejected at least until the other patch is fixed.
Diego
More information about the ffmpeg-devel
mailing list