]> granicus.if.org Git - libvpx/commit
arm: fix missing dependency with --enable-shared
authorJohn Koleszar <jkoleszar@google.com>
Mon, 16 Aug 2010 13:34:30 +0000 (09:34 -0400)
committerJohn Koleszar <jkoleszar@google.com>
Mon, 16 Aug 2010 13:34:34 +0000 (09:34 -0400)
commit9aa498b82a7666491f6407b13087c7375834a490
treedee14a52d02bd587be677ee000f84bb215db0c2d
parent80d3923a78e0fa85194b58d327d619e63919fbd8
arm: fix missing dependency with --enable-shared

The C version of the dequant/idct/add function depends on the C
version of the IDCT, but this isn't compiled in on ARM. Since this
code has asm version, we can just remove this file to eliminate the
link error.

Change-Id: I21de74d89d3765a1db2da27292b20727c53178e9
vp8/vp8dx_arm.mk