From 91e91243a9f7be56df0be83f39a004f04b733294 Mon Sep 17 00:00:00 2001 From: Andy Wingo Date: Fri, 2 Feb 2007 13:28:05 +0000 Subject: configure.ac: ext/Makefile.am Original commit message from CVS: 2007-02-02 Andy Wingo * 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. --- ext/Makefile.am | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'ext/Makefile.am') 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 \ -- cgit v1.2.1