Mercurial > libavcodec.hg
changeset 11623:89c0de741fb3 libavcodec
10l: fix build on non-NEON ARM
author | mru |
---|---|
date | Tue, 13 Apr 2010 00:48:49 +0000 |
parents | 5531833d63f4 |
children | a01c36c52702 |
files | arm/Makefile |
diffstat | 1 files changed, 3 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/arm/Makefile Mon Apr 12 22:05:18 2010 +0000 +++ b/arm/Makefile Tue Apr 13 00:48:49 2010 +0000 @@ -1,3 +1,5 @@ +OBJS-$(CONFIG_DCA_DECODER) += arm/dcadsp_init_arm.o \ + OBJS-$(CONFIG_H264DSP) += arm/h264dsp_init_arm.o \ arm/h264pred_init_arm.o \ @@ -33,8 +35,7 @@ arm/h264idct_neon.o \ arm/h264pred_neon.o \ -NEON-OBJS-$(CONFIG_DCA_DECODER) += arm/dcadsp_init_arm.o \ - arm/dcadsp_neon.o \ +NEON-OBJS-$(CONFIG_DCA_DECODER) += arm/dcadsp_neon.o \ arm/synth_filter_neon.o \ NEON-OBJS-$(CONFIG_VP3_DECODER) += arm/vp3dsp_neon.o