diff options
author | Guenter Bartsch <guenter@users.sourceforge.net> | 2003-05-25 13:39:13 +0000 |
---|---|---|
committer | Guenter Bartsch <guenter@users.sourceforge.net> | 2003-05-25 13:39:13 +0000 |
commit | 91662bdf80f304b6f8e987a19899738af106172a (patch) | |
tree | afec233636ba723bc6465909bb16e280fde4e027 /src/Makefile.am | |
parent | d69fd28af6d47dfe7d0a557aad09d8abd2a0fae3 (diff) | |
download | xine-lib-91662bdf80f304b6f8e987a19899738af106172a.tar.gz xine-lib-91662bdf80f304b6f8e987a19899738af106172a.tar.bz2 |
speex support contributed by Conrad Parker <conrad@metadecks.org>
CVS patchset: 4926
CVS date: 2003/05/25 13:39:13
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 6ee20c116..8a88ad77b 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -27,6 +27,7 @@ SUBDIRS = \ libxineadec \ libvorbis \ libtheora \ + libspeex \ libreal \ libfaad \ libflac \ |