[vlc-commits] Contribs: vpx: fix typo.
Konstantin Pavlov
git at videolan.org
Thu Mar 1 12:28:02 CET 2012
vlc/vlc-2.0 | branch: master | Konstantin Pavlov <thresh at videolan.org> | Wed Feb 29 18:22:57 2012 +0400| [b62231db741c2d9d2c76610f4c37f5a4b63ef0ae] | committer: Jean-Baptiste Kempf
Contribs: vpx: fix typo.
(cherry picked from commit 68e67843a4a37100f24f38167c89c427dcdf7986)
Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>
> http://git.videolan.org/gitweb.cgi/vlc/vlc-2.0.git/?a=commit;h=b62231db741c2d9d2c76610f4c37f5a4b63ef0ae
---
contrib/src/vpx/rules.mak | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/contrib/src/vpx/rules.mak b/contrib/src/vpx/rules.mak
index 68b7998..886278b 100644
--- a/contrib/src/vpx/rules.mak
+++ b/contrib/src/vpx/rules.mak
@@ -40,7 +40,7 @@ VPX_ARCH := ppc32
else ifeq ($(ARCH),ppc64)
VPX_ARCH := ppc64
else ifeq ($(ARCH),sparc)
-VPX_ARCH := sparch
+VPX_ARCH := sparc
else ifeq ($(ARCH),x86_64)
VPX_ARCH := x86_64
endif
More information about the vlc-commits
mailing list