[FFmpeg-devel] [PATCH] Add extralibs to dependency checker

Diego Biurrun diego
Tue Sep 18 12:37:02 CEST 2007


On Fri, Sep 14, 2007 at 04:38:26PM -0300, Ramiro Ribeiro Polla wrote:
>
> Attached patch adds _extralibs to the dependency checker. Instead of having 
> add_extralibs throughout configure, each item that needs an extra lib can 
> specify it. It's also good as in the network and oss cases, where some 
> systems need extra libs and some systems don't.

I generally like this patch, but take care of the issues Mans
mentioned.

> --- configure	(revision 10492)
> +++ configure	(working copy)
> @@ -750,12 +753,14 @@
>  
>  # external libraries
>  mpeg4aac_decoder_deps="libfaad"
> +liba52bin_decoder_extralibs='$ldl'
>  liba52_decoder_deps="liba52"

Ahem.

Diego




More information about the ffmpeg-devel mailing list