summaryrefslogtreecommitdiffstats
path: root/ext/Makefile.am
diff options
context:
space:
mode:
authorAndy Wingo <wingo@pobox.com>2007-02-02 13:28:05 +0000
committerAndy Wingo <wingo@pobox.com>2007-02-02 13:28:05 +0000
commit91e91243a9f7be56df0be83f39a004f04b733294 (patch)
treea7642d36ecb5c06f136f8dcd5f39f9260d733545 /ext/Makefile.am
parent144b320afec7e17795a855fd2468dc9f23196a14 (diff)
downloadgst-plugins-bad-91e91243a9f7be56df0be83f39a004f04b733294.tar.gz
gst-plugins-bad-91e91243a9f7be56df0be83f39a004f04b733294.tar.bz2
gst-plugins-bad-91e91243a9f7be56df0be83f39a004f04b733294.zip
configure.ac: ext/Makefile.am
Original commit message from CVS: 2007-02-02 Andy Wingo <wingo@pobox.com> * configure.ac: * ext/Makefile.am * ext/sndfile/Makefile.am: * ext/sndfile/gstsf.c: * ext/sndfile/gstsf.h: * ext/sndfile/gstsfsink.c: * ext/sndfile/gstsfsink.h: Port sfsink to 0.10. Works in pull or push mode with interleaved float or int data.
Diffstat (limited to 'ext/Makefile.am')
-rw-r--r--ext/Makefile.am9
1 files changed, 5 insertions, 4 deletions
diff --git a/ext/Makefile.am b/ext/Makefile.am
index 75b5323b..4e960c8e 100644
--- a/ext/Makefile.am
+++ b/ext/Makefile.am
@@ -202,11 +202,11 @@ SHOUT_DIR=
SMOOTHWAVE_DIR=
# endif
-# if USE_SNDFILE
-# SNDFILE_DIR=sndfile
-# else
+if USE_SNDFILE
+SNDFILE_DIR=sndfile
+else
SNDFILE_DIR=
-# endif
+endif
if USE_SOUNDTOUCH
SOUNDTOUCH_DIR=soundtouch
@@ -316,6 +316,7 @@ DIST_SUBDIRS= \
mythtv \
neon \
sdl \
+ sndfile \
soundtouch \
spc \
swfdec \