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
commit4a65aa251d81e2bb41a7d960b7adb66301459055 (patch)
tree903a6cf83a314022c8ed5436de2a76d0666c6102 /ext/Makefile.am
parentc7cc73bfaa01e3b9cc5a35cb52b626b770fb31b6 (diff)
downloadgst-plugins-bad-4a65aa251d81e2bb41a7d960b7adb66301459055.tar.gz
gst-plugins-bad-4a65aa251d81e2bb41a7d960b7adb66301459055.tar.bz2
gst-plugins-bad-4a65aa251d81e2bb41a7d960b7adb66301459055.zip
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