[FFmpeg-devel] [PATCH] [4/??] [1/1] Libavfilter - Build changes

Diego Biurrun diego
Sat Feb 16 14:19:16 CET 2008


On Sat, Feb 16, 2008 at 12:52:34PM +0100, Vitor Sessak wrote:
>
> This patch is unrelated to the graph patch (in the sense that it can be 
> applied before or after it). It allows to compile libavfilter with 
> "configure --enable-avfilter", but it will not be used at this point for 
> anything.
>
> (no need to hurry in reviewing this, I'll be without internet until next 
> week)
>
> --- configure	(revision 11882)
> +++ configure	(working copy)
> @@ -620,10 +622,13 @@
>      outdevs
>      parsers
>      protocols
> +    filters
>  "

alphabetical order

> @@ -1048,7 +1062,8 @@
>      --enable-*=*|--disable-*=*)
>      eval `echo "$opt" | sed 's/=/-/;s/--/action=/;s/-/ thing=/;s/-/ name=/'`
>      case "$thing" in
> -        encoder|decoder|muxer|demuxer|parser|bsf|protocol) $action ${optval}_${thing} ;;
> +        encoder|decoder|muxer|demuxer|parser|bsf|protocol) $action ${optval}_${thing} ;;	
> +	filter) $action ${optval} ;;	

tabs, trailing whitespace, cosmetics in just 3 lines of diff ...

rest OK

Diego




More information about the ffmpeg-devel mailing list