Fix libvpx ARM builds.

TBR=ajm, leozwang
BUG=

Review URL: https://webrtc-codereview.appspot.com/724010

git-svn-id: http://webrtc.googlecode.com/svn/trunk@2626 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
stefan@webrtc.org
2012-08-17 11:44:49 +00:00
parent ba46804417
commit 1c80d794e3
8 changed files with 57 additions and 87 deletions

View File

@@ -7,6 +7,9 @@
.equ ARCH_X86_64 , 0
.equ ARCH_PPC32 , 0
.equ ARCH_PPC64 , 0
.equ HAVE_ARMV5TE , 1
.equ HAVE_ARMV6 , 0
.equ HAVE_ARMV7 , 0
.equ HAVE_EDSP , 1
.equ HAVE_MEDIA , 0
.equ HAVE_NEON , 0