From a31a58d19a89a75e15f17ec48235b9ac742d87bc Mon Sep 17 00:00:00 2001 From: Johann Date: Thu, 7 Oct 2010 14:13:36 -0400 Subject: [PATCH] configure is not in src one comment in the README said the configure script was in src. it's not. pointed out by Aaron Sherman Change-Id: Ife0b53e096856d46669a99eefd71ac23d0351f65 --- README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README b/README index f0625d3..c1a7668 100644 --- a/README +++ b/README @@ -89,7 +89,7 @@ COMPILING THE APPLICATIONS/LIBRARIES: toolchain, the following command could be used (note, POSIX SH syntax, adapt to your shell as necessary): - $ CROSS=mipsel-linux-uclibc- ../libvpx/src/configure + $ CROSS=mipsel-linux-uclibc- ../libvpx/configure In addition, the executables to be invoked can be overridden by specifying the environment variables: CC, AR, LD, AS, STRIP, NM. Additional flags can be -- 2.7.4