gstreamer/ext/amrwb
Thomas Vander Stichele 295d13a353 ext/: don't dist amr wb source code
Original commit message from CVS:

* ext/Makefile.am:
* ext/amrwb/amrwb-code/Makefile.am:
don't dist amr wb source code
2006-04-06 12:52:22 +00:00
..
amrwb-code ext/: don't dist amr wb source code 2006-04-06 12:52:22 +00:00
gstamrwb.c rework build; add translations for v4l2 2006-04-01 10:09:11 +00:00
gstamrwbdec.c Unify the long descriptions in the plugin details (#337263). 2006-04-06 11:35:26 +00:00
gstamrwbdec.h Added new plugin amrwb parse. 2006-03-29 16:50:08 +00:00
gstamrwbenc.c Unify the long descriptions in the plugin details (#337263). 2006-04-06 11:35:26 +00:00
gstamrwbenc.h Added new plugin amrwb parse. 2006-03-29 16:50:08 +00:00
gstamrwbparse.c Unify the long descriptions in the plugin details (#337263). 2006-04-06 11:35:26 +00:00
gstamrwbparse.h Added new plugin amrwb parse. 2006-03-29 16:50:08 +00:00
Makefile.am Added new plugin amrwb parse. 2006-03-29 16:50:08 +00:00
README Added new plugin amrwb parse. 2006-03-29 16:50:08 +00:00

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.