From 5dfbbe044ded85c44c5d44c15a75ac0bf42ce700 Mon Sep 17 00:00:00 2001 From: Andy Wingo Date: Mon, 16 Jun 2003 14:56:34 +0000 Subject: caps refcounting fixes for float2int fixed wrt setting of caps on int pad with dynamic number of sink pads in float2i... Original commit message from CVS: * caps refcounting fixes for float2int * fixed wrt setting of caps on int pad with dynamic number of sink pads in float2int * added libsndfile plugin (currently only the src is implemented) - currently only float output, noninterleaved is implemented --- ext/Makefile.am | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ext/Makefile.am') diff --git a/ext/Makefile.am b/ext/Makefile.am index 664b2e87..2bbd769e 100644 --- a/ext/Makefile.am +++ b/ext/Makefile.am @@ -214,6 +214,12 @@ else SMOOTHWAVE_DIR= endif +if USE_SNDFILE +SNDFILE_DIR=sndfile +else +SNDFILE_DIR= +endif + if USE_SWFDEC SWFDEC_DIR=swfdec else -- cgit