comparison Makefile @ 10359:48be79afc72d libavcodec

ARM: clean up dsputil initialisation - Move v5 and v6 initialisation to separate files. - Move NEON IDCT selection to ff_dsputil_init_neon()
author mru
date Sun, 04 Oct 2009 13:12:55 +0000
parents 2ab0e95bc837
children b72bb442a775
comparison
equal deleted inserted replaced
10358:028a4deb56d3 10359:48be79afc72d
485 arm/fft_init_arm.o \ 485 arm/fft_init_arm.o \
486 arm/jrevdct_arm.o \ 486 arm/jrevdct_arm.o \
487 arm/mpegvideo_arm.o \ 487 arm/mpegvideo_arm.o \
488 arm/simple_idct_arm.o \ 488 arm/simple_idct_arm.o \
489 489
490 OBJS-$(HAVE_ARMV5TE) += arm/mpegvideo_armv5te.o \ 490 OBJS-$(HAVE_ARMV5TE) += arm/dsputil_init_armv5te.o \
491 arm/mpegvideo_armv5te.o \
491 arm/mpegvideo_armv5te_s.o \ 492 arm/mpegvideo_armv5te_s.o \
492 arm/simple_idct_armv5te.o \ 493 arm/simple_idct_armv5te.o \
493 494
494 OBJS-$(HAVE_ARMV6) += arm/simple_idct_armv6.o \ 495 OBJS-$(HAVE_ARMV6) += arm/dsputil_init_armv6.o \
496 arm/simple_idct_armv6.o \
495 497
496 OBJS-$(HAVE_ARMVFP) += arm/dsputil_vfp.o \ 498 OBJS-$(HAVE_ARMVFP) += arm/dsputil_vfp.o \
497 arm/float_arm_vfp.o \ 499 arm/float_arm_vfp.o \
498 500
499 OBJS-$(HAVE_IWMMXT) += arm/dsputil_iwmmxt.o \ 501 OBJS-$(HAVE_IWMMXT) += arm/dsputil_iwmmxt.o \