[FFmpeg-devel] [PATCH] Libavfilter build fix

Víctor Paesa wzrlpy
Fri Feb 29 22:09:40 CET 2008


Hi,
Vitor Sessak said:
> Hi,
>
> Mans and vmrsss spotted some bugs in building libavfilter. The patch I
> attached fix it and also make its build system more in line with the
> other lav*.

> +find_things2(){
> +    thing=$1
> +    pattern=$2
> +    file=$source_path/$3
> +    sed -n "s/^[^#]*$pattern.*(.*,\\(.*\\),.*).*/\\1_$thing/p" "$file"
> +}

I am wondering if the filters should follow the suffix tagging style as
(en)coders/parsers/protocols/(de)muxers, i.e. "movie_vsrc" instead of
"vsrc_movie" and so on.

Regards,
V?ctor






More information about the ffmpeg-devel mailing list