[FFmpeg-devel] [PATCH] socklen_t definition

Diego Biurrun diego
Mon Sep 17 11:57:10 CEST 2007


On Mon, Sep 17, 2007 at 05:56:52PM +0900, KO Myung-Hun wrote:
>
> Ah, like this ?
>
> --- configure	(revision 10425)
> +++ configure	(working copy)
> @@ -534,6 +535,23 @@
>  
> +check_type(){
> +    log check_type "$@"
> +    headers=$1
> +    type=$2
> +    shift 2
> +    disable $type
> +    incs=""
> +    for hdr in $headers; do
> +        incs="$incs
> +#include <$hdr>"
> +    done
> +    check_cc "$@" <<EOF && enable $type
> +$incs
> +$type v;
> +EOF
> +}

AFAICT setting incs to "" is unnecessary.

Diego




More information about the ffmpeg-devel mailing list