[FFmpeg-cvslog] r19521 - trunk/configure
Måns Rullgård
mans
Tue Jul 28 01:11:50 CEST 2009
diego <subversion at mplayerhq.hu> writes:
> Author: diego
> Date: Mon Jul 27 18:14:57 2009
> New Revision: 19521
>
> Log:
> MinGWCE support in configure; networking is disabled for now.
> patch by Martin Storsj?, martin martin st and Ismail D?nmez, ismail namtrac org
>
> Modified:
> trunk/configure
>
> Modified: trunk/configure
> ==============================================================================
> --- trunk/configure Mon Jul 27 18:10:38 2009 (r19520)
> +++ trunk/configure Mon Jul 27 18:14:57 2009 (r19521)
> @@ -1831,7 +1831,11 @@ case $target_os in
> enabled shared || check_cflags -mdynamic-no-pic
> ;;
> mingw32*)
> - target_os=mingw32
> + if test target_os = "mingw32ce"; then
$target_os
> + disable network
> + else
> + target_os=mingw32
> + fi
> LIBTARGET=i386
> if enabled x86_64; then
> enable malloc_aligned
I can't believe none of you spotted this.
--
M?ns Rullg?rd
mans at mansr.com
More information about the ffmpeg-cvslog
mailing list