summaryrefslogtreecommitdiffstats
path: root/ext/Makefile.am
diff options
context:
space:
mode:
authorAndy Wingo <wingo@pobox.com>2003-06-16 14:56:34 +0000
committerAndy Wingo <wingo@pobox.com>2003-06-16 14:56:34 +0000
commit5dfbbe044ded85c44c5d44c15a75ac0bf42ce700 (patch)
tree986aa1e064dd817f492f85dd90beaa5a1cc20374 /ext/Makefile.am
parent10654c9dcb8c842c2a48110c58d8a4b72dff470f (diff)
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
Diffstat (limited to 'ext/Makefile.am')
-rw-r--r--ext/Makefile.am6
1 files changed, 6 insertions, 0 deletions
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