diff options
author | Mans Rullgard <mans@mansr.com> | 2011-05-29 14:27:03 +0100 |
---|---|---|
committer | Mans Rullgard <mans@mansr.com> | 2011-06-01 15:45:13 +0100 |
commit | 8e112df409061034202b98fcc6ce2c1c670c0dda (patch) | |
tree | eca4056af36f4aae78cbdf66664abf2c7388797b /libavcodec/arm/Makefile | |
parent | bde2c1c7fe175c5c857a8d9a8ae05f31ace0b94f (diff) | |
download | ffmpeg-8e112df409061034202b98fcc6ce2c1c670c0dda.tar.gz |
ARM: ac3dsp: optimised update_bap_counts()
Signed-off-by: Mans Rullgard <mans@mansr.com>
Diffstat (limited to 'libavcodec/arm/Makefile')
-rw-r--r-- | libavcodec/arm/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/arm/Makefile b/libavcodec/arm/Makefile index a5a5dfab64..a5abfdd128 100644 --- a/libavcodec/arm/Makefile +++ b/libavcodec/arm/Makefile @@ -1,4 +1,5 @@ OBJS-$(CONFIG_AC3DSP) += arm/ac3dsp_init_arm.o \ + arm/ac3dsp_arm.o OBJS-$(CONFIG_DCA_DECODER) += arm/dcadsp_init_arm.o \ |