Mirror of opus
Find a file
2010-07-08 13:10:28 -04:00
celt@72513f3cc7 autotools-based build system 2010-07-08 11:27:20 -04:00
doc Support for 10ms frame size 2010-07-08 13:10:28 -04:00
silk@00aee22490 Build update 2010-07-08 11:52:49 -04:00
src Support for 10ms frame size 2010-07-08 13:10:28 -04:00
.gitmodules Added SILK submodule 2010-06-29 23:40:56 -04:00
AUTHORS Toplevel Makefile, some project info 2010-07-05 14:55:02 -04:00
autogen.sh Build update 2010-07-08 11:52:49 -04:00
ChangeLog Build update 2010-07-08 11:52:49 -04:00
configure.ac autotools-based build system 2010-07-08 11:27:20 -04:00
COPYING Licensing stuff 2010-07-06 20:51:46 -04:00
INSTALL Build update 2010-07-08 11:52:49 -04:00
LICENSE_PLEASE_READ.txt Licensing stuff 2010-07-06 20:51:46 -04:00
Makefile.am autotools-based build system 2010-07-08 11:27:20 -04:00
NEWS Build update 2010-07-08 11:52:49 -04:00
README Toplevel Makefile, some project info 2010-07-05 14:55:02 -04:00

This is a prototype codec and for now it doesn't do anything useful. To get
the celt and silk submodules, you need to do:

% git submodule init
% git submodule update

Compiling is currently tricky. You first need to configure the CELT directory:

% cd celt
% ./autogen.sh
% ./configure --disable-shared
% cd ..

Then you can use the top-level Makefile by typing:

% make

If you're lucky, then everything works. Most likely there will be an error in
one of the paths that are hardcoded into one of the makefiles. This should
improve in the future.