Makefile.in (457B)
1 # This Source Code Form is subject to the terms of the Mozilla Public 2 # License, v. 2.0. If a copy of the MPL was not distributed with this 3 # file, You can obtain one at http://mozilla.org/MPL/2.0/. 4 5 # Set up the libvpx assembler config. 6 7 include $(topsrcdir)/config/rules.mk 8 9 ifeq ($(TARGET_CPU),arm) 10 ifdef GNU_AS 11 $(addsuffix .$(OBJ_SUFFIX), idct4x4_add_neon.asm idct8x8_add_neon.asm idct16x16_add_neon.asm): libvpx/vpx_dsp/arm/idct_neon.asm.S 12 endif 13 endif