gstreamer/ext/amrwb
Thomas Vander Stichele 4d3eb2d7f0 move amrwb code
Original commit message from CVS:
move amrwb code
2007-01-04 16:32:43 +00:00
..
amrwb-code move amrwb code 2007-01-04 16:32:43 +00:00
gstamrwb.c
gstamrwbdec.c
gstamrwbdec.h
gstamrwbenc.c
gstamrwbenc.h
gstamrwbparse.c
gstamrwbparse.h
Makefile.am move amrwb code 2007-01-04 16:32:43 +00:00
README

Compiling AMRWB codec:
======================

To compile the amrwb codec, you need to download the source code from 
"http://www.3gpp.org/ftp/Specs/html-info/26204.htm" and uncompress the 
files inside an amrwb-code directory;

or execute this commands:
$cd amrwb-code
$sh ./run.sh

and run the "autogen" script again.