diff options
author | Edgard Lima <edgard.lima@indt.org.br> | 2005-11-25 19:58:19 +0000 |
---|---|---|
committer | Edgard Lima <edgard.lima@indt.org.br> | 2005-11-25 19:58:19 +0000 |
commit | b066913324c8e5923dc036e5eefb02e5965f8790 (patch) | |
tree | 0af650a82c8a85983e0257199dc81a9c8eb7110b /ext/Makefile.am | |
parent | 584acf39528aa7faac911cee528b6f09d9d2855c (diff) | |
download | gst-plugins-bad-b066913324c8e5923dc036e5eefb02e5965f8790.tar.gz gst-plugins-bad-b066913324c8e5923dc036e5eefb02e5965f8790.tar.bz2 gst-plugins-bad-b066913324c8e5923dc036e5eefb02e5965f8790.zip |
Wavpack ported to 0.9. No support for correction file yet.
Original commit message from CVS:
Wavpack ported to 0.9. No support for correction file yet.
Diffstat (limited to 'ext/Makefile.am')
-rw-r--r-- | ext/Makefile.am | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/ext/Makefile.am b/ext/Makefile.am index 651664c8..f6fe9c87 100644 --- a/ext/Makefile.am +++ b/ext/Makefile.am @@ -76,6 +76,12 @@ endif HERMES_DIR= # endif +if USE_WAVPACK +WAVPACK_DIR=wavpack +else +WAVPACK_DIR= +endif + if USE_IVORBIS IVORBIS_DIR=ivorbis else @@ -231,4 +237,6 @@ DIST_SUBDIRS= \ musepack \ sdl \ directfb \ + musepack \ + wavpack \ ivorbis |