summaryrefslogtreecommitdiff
path: root/apps/codecs/libwmavoice/README.rockbox
diff options
context:
space:
mode:
authorMohamed Tarek <mt@rockbox.org>2010-08-09 16:53:13 +0000
committerMohamed Tarek <mt@rockbox.org>2010-08-09 16:53:13 +0000
commitcda31811c3798b18e66b744bf2c2a838e3ff9a44 (patch)
tree8cb1823346a0d2b6a5c84253772377b8ad9546d7 /apps/codecs/libwmavoice/README.rockbox
parentb2a5e4e13891b65297ae740bf72d5cf2c84c3607 (diff)
downloadrockbox-cda31811c3798b18e66b744bf2c2a838e3ff9a44.tar.gz
rockbox-cda31811c3798b18e66b744bf2c2a838e3ff9a44.zip
add a patch to libwmavoice to make it easier to enable/disable building it.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27763 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/codecs/libwmavoice/README.rockbox')
-rw-r--r--apps/codecs/libwmavoice/README.rockbox4
1 files changed, 4 insertions, 0 deletions
diff --git a/apps/codecs/libwmavoice/README.rockbox b/apps/codecs/libwmavoice/README.rockbox
index 4a21a9618b..137ea8c42c 100644
--- a/apps/codecs/libwmavoice/README.rockbox
+++ b/apps/codecs/libwmavoice/README.rockbox
@@ -21,3 +21,7 @@ COMPILING
21 21
22the decoder can be compiled by issuing the "make" command from witin the 22the decoder can be compiled by issuing the "make" command from witin the
23libwmavoice directory in any unix-line environment. 23libwmavoice directory in any unix-line environment.
24
25To test the decoder in the rockbox simulator, cd to libwmavoice directory then
26execute the following command to enable building wma voice:
27patch -p 0 < wmavoice_mainbuild.patch