shithub: opus

Download patch

ref: 981a2804ea5b240f75e59c00101dce63c91e1c77
parent: 4e66c2c012c06453ea53c543ab8c385e949cf208
author: Gregory Maxwell <[email protected]>
date: Sat May 12 17:42:03 EDT 2012

Alt. compile instructions in the draft should match the Makefile.

--- a/doc/draft-ietf-codec-opus.xml
+++ b/doc/draft-ietf-codec-opus.xml
@@ -8001,7 +8001,7 @@
 the source code:
 <list style="symbols">
 <t><![CDATA[
-cc -O2 -g -o opus_demo src/opus_demo.c `cat *.mk | grep -v fixed | sed -e 's/.*=//' -e 's/\\\\//'` -DOPUS_BUILD -Iinclude -Icelt -Isilk -Isilk/float -Drestrict= -lm
+cc -O2 -g -o opus_demo src/opus_demo.c `cat *.mk | grep -v fixed | sed -e 's/.*=//' -e 's/\\\\//'` -DOPUS_BUILD -Iinclude -Icelt -Isilk -Isilk/float -DUSE_ALLOCA -Drestrict= -lm
 ]]></t></list>
 </t>