gstreamer/ext/amrwbenc
Tim-Philipp Müller d652fff690 amrwbenc: use different element GType name to avoid conflict with previous plugin
Use a different GType name for the element to avoid 'cannot register existing type'
warnings when running 'make check' in the unpacked tarball with the old amrwb plugin
also installed as system plugin under the old name (it used to be called 'amrwrb'
and now it's 'amrwbenc').
2009-08-24 18:20:32 +01:00
..
gstamrwb.c amrwb: Remove AMR-WB parser and decoder and rename encoder plugin from amrwb to amrwbenc 2009-07-27 20:02:37 +02:00
gstamrwbenc.c amrwbenc: use different element GType name to avoid conflict with previous plugin 2009-08-24 18:20:32 +01:00
gstamrwbenc.h amrwb: Remove AMR-WB parser and decoder and rename encoder plugin from amrwb to amrwbenc 2009-07-27 20:02:37 +02:00
GstAmrwbEnc.prs amrwb: Remove AMR-WB parser and decoder and rename encoder plugin from amrwb to amrwbenc 2009-07-27 20:02:37 +02:00
Makefile.am amrwb: Remove AMR-WB parser and decoder and rename encoder plugin from amrwb to amrwbenc 2009-07-27 20:02:37 +02:00
README amrwb: Remove AMR-WB parser and decoder and rename encoder plugin from amrwb to amrwbenc 2009-07-27 20:02:37 +02:00

Compiling AMRWB encoder:
========================

To compile the amrwb encoder, 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.