diff options
author | Mans Rullgard <mans@mansr.com> | 2011-03-09 19:51:50 +0000 |
---|---|---|
committer | Mans Rullgard <mans@mansr.com> | 2011-03-24 16:30:49 +0000 |
commit | f4855a904e4d3a12822739cda149262f98e8723a (patch) | |
tree | f9a98438f7ed84b21096fec7a2d962360c4e5479 /libavcodec/arm/Makefile | |
parent | f71142496931d264ceeedfaac399eba07b7c5def (diff) | |
download | ffmpeg-f4855a904e4d3a12822739cda149262f98e8723a.tar.gz |
ac3enc: NEON optimised ac3_max_msb_abs_int16 and ac3_exponent_min
Diffstat (limited to 'libavcodec/arm/Makefile')
-rw-r--r-- | libavcodec/arm/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libavcodec/arm/Makefile b/libavcodec/arm/Makefile index d223703cfe..08697da29b 100644 --- a/libavcodec/arm/Makefile +++ b/libavcodec/arm/Makefile @@ -1,3 +1,4 @@ +OBJS-$(CONFIG_AC3DSP) += arm/ac3dsp_init_arm.o OBJS-$(CONFIG_DCA_DECODER) += arm/dcadsp_init_arm.o \ OBJS-$(CONFIG_VP5_DECODER) += arm/vp56dsp_init_arm.o @@ -46,6 +47,8 @@ NEON-OBJS-$(CONFIG_H264DSP) += arm/h264dsp_neon.o \ NEON-OBJS-$(CONFIG_H264PRED) += arm/h264pred_neon.o \ +NEON-OBJS-$(CONFIG_AC3DSP) += arm/ac3dsp_neon.o + NEON-OBJS-$(CONFIG_DCA_DECODER) += arm/dcadsp_neon.o \ arm/synth_filter_neon.o \ |