mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-30 13:41:48 +00:00
12d250c612
Original commit message from CVS: Patch by: Sebastien Merle <sylane at gmail dot com> * ext/amrwb/gstamrwbdec.c: (gst_amrwbdec_chain): Fix the sign of the data we pass to the decoder so that the decoder compiles with newer reference code as well. Fixes #528618. |
||
---|---|---|
.. | ||
gstamrwb.c | ||
gstamrwbdec.c | ||
gstamrwbdec.h | ||
gstamrwbenc.c | ||
gstamrwbenc.h | ||
gstamrwbparse.c | ||
gstamrwbparse.h | ||
Makefile.am | ||
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.