]> granicus.if.org Git - libvpx/commitdiff
configure is not in src
authorJohann <johannkoenig@google.com>
Thu, 7 Oct 2010 18:13:36 +0000 (14:13 -0400)
committerJohann <johannkoenig@google.com>
Thu, 7 Oct 2010 18:13:36 +0000 (14:13 -0400)
one comment in the README said the configure script was in src.
it's not. pointed out by Aaron Sherman

Change-Id: Ife0b53e096856d46669a99eefd71ac23d0351f65

README

diff --git a/README b/README
index f0625d3d7f5ccc9211804d5f5f98948d0085c702..c1a76687f219bff3902753e55f9d2212988e3c13 100644 (file)
--- 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