[vlc-commits] Contribs: vpx: fix typo.
Konstantin Pavlov
git at videolan.org
Wed Feb 29 18:07:06 CET 2012
vlc | branch: master | Konstantin Pavlov <thresh at videolan.org> | Wed Feb 29 18:22:57 2012 +0400| [68e67843a4a37100f24f38167c89c427dcdf7986] | committer: Konstantin Pavlov
Contribs: vpx: fix typo.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=68e67843a4a37100f24f38167c89c427dcdf7986
---
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