mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-03 16:09:39 +00:00
29e3908032
Partially fixes bug #584890.
12 lines
326 B
Text
12 lines
326 B
Text
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.
|