From 981a2804ea5b240f75e59c00101dce63c91e1c77 Mon Sep 17 00:00:00 2001 From: Gregory Maxwell <greg@xiph.org> Date: Sat, 12 May 2012 21:42:03 -0400 Subject: [PATCH] Alt. compile instructions in the draft should match the Makefile. --- doc/draft-ietf-codec-opus.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/draft-ietf-codec-opus.xml b/doc/draft-ietf-codec-opus.xml index 97e9ae377..f516920f2 100644 --- a/doc/draft-ietf-codec-opus.xml +++ b/doc/draft-ietf-codec-opus.xml @@ -8001,7 +8001,7 @@ On systems where the provided Makefile does not work, the following command line 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> -- GitLab