comparison Makefile @ 9976:e52cd349e708 libavcodec

Only compile in NEON optimizations for H.264 when the H.264 decoder is enabled.
author diego
date Wed, 22 Jul 2009 22:33:33 +0000
parents 2ccd77e59b0e
children 68de5143aa45
comparison
equal deleted inserted replaced
9975:d6d7e8d4a04d 9976:e52cd349e708
493 arm/float_arm_vfp.o \ 493 arm/float_arm_vfp.o \
494 494
495 OBJS-$(HAVE_IWMMXT) += arm/dsputil_iwmmxt.o \ 495 OBJS-$(HAVE_IWMMXT) += arm/dsputil_iwmmxt.o \
496 arm/mpegvideo_iwmmxt.o \ 496 arm/mpegvideo_iwmmxt.o \
497 497
498 NEON-OBJS-$(CONFIG_H264_DECODER) += arm/h264dsp_neon.o \
499 arm/h264idct_neon.o \
500
498 NEON-OBJS-$(CONFIG_VP3_DECODER) += arm/vp3dsp_neon.o 501 NEON-OBJS-$(CONFIG_VP3_DECODER) += arm/vp3dsp_neon.o
499 502
500 OBJS-$(HAVE_NEON) += arm/dsputil_neon.o \ 503 OBJS-$(HAVE_NEON) += arm/dsputil_neon.o \
501 arm/dsputil_neon_s.o \ 504 arm/dsputil_neon_s.o \
502 arm/h264dsp_neon.o \
503 arm/h264idct_neon.o \
504 arm/simple_idct_neon.o \ 505 arm/simple_idct_neon.o \
505 $(NEON-OBJS-yes) 506 $(NEON-OBJS-yes)
506 507
507 OBJS-$(ARCH_BFIN) += bfin/dsputil_bfin.o \ 508 OBJS-$(ARCH_BFIN) += bfin/dsputil_bfin.o \
508 bfin/fdct_bfin.o \ 509 bfin/fdct_bfin.o \