diff options
author | Andy Wingo <wingo@pobox.com> | 2007-02-02 13:28:05 +0000 |
---|---|---|
committer | Andy Wingo <wingo@pobox.com> | 2007-02-02 13:28:05 +0000 |
commit | 91e91243a9f7be56df0be83f39a004f04b733294 (patch) | |
tree | a7642d36ecb5c06f136f8dcd5f39f9260d733545 /ext/Makefile.am | |
parent | 144b320afec7e17795a855fd2468dc9f23196a14 (diff) |
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.am | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/ext/Makefile.am b/ext/Makefile.am index 75b5323b4..4e960c8e2 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 \ |