[vlc-devel] [PATCH 1/4] Adds the compressor module to be linked against the math library

Laurent Aimar fenrir at elivagar.org
Thu Jul 1 20:00:53 CEST 2010


Hi,

On Thu, Jul 01, 2010 at 03:32:59AM -0500, Ronald Wright wrote:
> ---
>  configure.ac |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
> 
> diff --git a/configure.ac b/configure.ac
> index 1a428e7..55e9d8a 100644
> --- a/configure.ac
> +++ b/configure.ac
> @@ -665,7 +665,7 @@ AC_CHECK_LIB(m,pow,[
>    VLC_ADD_LIBS([avcodec avformat access_avio swscale postproc ffmpegaltivec i420_rgb faad twolame equalizer spatializer param_eq libvlccore freetype mod mpc dmo quicktime realvideo qt4],[-lm])
>  ])
>  AC_CHECK_LIB(m,sqrt,[
> -  VLC_ADD_LIBS([headphone_channel_mixer normvol audiobargraph_a speex mono colorthres extract ball],[-lm])
> +  VLC_ADD_LIBS([compressor headphone_channel_mixer normvol audiobargraph_a speex mono colorthres extract ball],[-lm])
>  ])
 Seems fine to me but I think it would be better to merge it with the patch
"Adds the compressor module to VLC".

-- 
fenrir



More information about the vlc-devel mailing list