[FFmpeg-devel] [PATCH] lavfi: require libswr for af_pan.

Clément Bœsch ubitux at gmail.com
Tue Jan 24 12:57:42 CET 2012


On Tue, Jan 24, 2012 at 12:20:20PM +0100, Nicolas George wrote:
> 
> Signed-off-by: Nicolas George <nicolas.george at normalesup.org>
> ---
> 
> 
> Without that, tools/lavfi-showfiltfmts fails.
> 
> 
>  libavfilter/Makefile |    1 +
>  1 files changed, 1 insertions(+), 0 deletions(-)
> 
> diff --git a/libavfilter/Makefile b/libavfilter/Makefile
> index 9c4be6b..23bff98 100644
> --- a/libavfilter/Makefile
> +++ b/libavfilter/Makefile
> @@ -7,6 +7,7 @@ FFLIBS-$(CONFIG_ACONVERT_FILTER) += avcodec
>  FFLIBS-$(CONFIG_AMOVIE_FILTER) += avformat avcodec
>  FFLIBS-$(CONFIG_ARESAMPLE_FILTER) += avcodec
>  FFLIBS-$(CONFIG_MOVIE_FILTER) += avformat avcodec
> +FFLIBS-$(CONFIG_PAN_FILTER) += swresample
>  FFLIBS-$(CONFIG_SCALE_FILTER) += swscale
>  FFLIBS-$(CONFIG_MP_FILTER) += avcodec
>  

Sure OK if it fixes it. Thank you.

-- 
Clément B.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 490 bytes
Desc: not available
URL: <http://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20120124/907e65ba/attachment.asc>


More information about the ffmpeg-devel mailing list