[MPlayer-dev-eng] [PATCH] libbs2b audio filter

Diego Biurrun diego at biurrun.de
Thu Apr 2 13:59:42 CEST 2009


On Sat, Mar 28, 2009 at 04:57:32AM +0300, Andrew Savchenko wrote:
> 
> 
> --- configure	(revision 29079)
> +++ configure	(working copy)
> @@ -6589,6 +6593,43 @@
>  
> +    cc_check $_inc_tmp $_ld_tmp && extra_ldflags="$extra_ldflags $_ld_tmp" && \
> +      extra_cflags="$extra_cflags $_inc_tmp" && _libbs2b=yes

redundant \

> --- libaf/af_bs2b.c	(revision 0)
> +++ libaf/af_bs2b.c	(revision 0)
> @@ -0,0 +1,215 @@
> +
> +    const int val=*(int*)par;

extra good karma for spaces around the =.

No more comments from me, approving this now depends on others.

Diego



More information about the MPlayer-dev-eng mailing list