summaryrefslogtreecommitdiffstats
path: root/ext/amrwb/README
diff options
context:
space:
mode:
authorIago Toral <itoral@igalia.com>2009-07-27 19:55:27 +0200
committerSebastian Dröge <sebastian.droege@collabora.co.uk>2009-07-27 20:02:37 +0200
commit29e39080324a4a5a3b4d5bbc3fc79213090c6b0a (patch)
tree9957e88829653b9511eba464ac89b57c605cf741 /ext/amrwb/README
parentffe90f81a4d1f9e123c269895bb97446b9d0f3c2 (diff)
downloadgst-plugins-bad-29e39080324a4a5a3b4d5bbc3fc79213090c6b0a.tar.gz
gst-plugins-bad-29e39080324a4a5a3b4d5bbc3fc79213090c6b0a.tar.bz2
gst-plugins-bad-29e39080324a4a5a3b4d5bbc3fc79213090c6b0a.zip
amrwb: Remove AMR-WB parser and decoder and rename encoder plugin from amrwb to amrwbenc
Partially fixes bug #584890.
Diffstat (limited to 'ext/amrwb/README')
-rw-r--r--ext/amrwb/README12
1 files changed, 0 insertions, 12 deletions
diff --git a/ext/amrwb/README b/ext/amrwb/README
deleted file mode 100644
index 82d33715..00000000
--- a/ext/amrwb/README
+++ /dev/null
@@ -1,12 +0,0 @@
-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.