diff options
author | Mans Rullgard <mans@mansr.com> | 2012-01-27 01:22:55 +0000 |
---|---|---|
committer | Mans Rullgard <mans@mansr.com> | 2012-05-05 22:04:21 +0100 |
commit | bf1945af301aff54c33352e75f17aec6cb5269d7 (patch) | |
tree | a07fe77f557b90a75ebac8eb44027f97d5022a46 /libavcodec/Makefile | |
parent | 2ed503af9fbd3ed16ce42a2712496e008184f545 (diff) | |
download | ffmpeg-bf1945af301aff54c33352e75f17aec6cb5269d7.tar.gz |
aacps: move some loops to function pointers
Signed-off-by: Mans Rullgard <mans@mansr.com>
Diffstat (limited to 'libavcodec/Makefile')
-rw-r--r-- | libavcodec/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/Makefile b/libavcodec/Makefile index 657f6a0708..367dc1d646 100644 --- a/libavcodec/Makefile +++ b/libavcodec/Makefile @@ -53,7 +53,7 @@ OBJS-$(CONFIG_A64MULTI_ENCODER) += a64multienc.o elbg.o OBJS-$(CONFIG_A64MULTI5_ENCODER) += a64multienc.o elbg.o OBJS-$(CONFIG_AAC_DECODER) += aacdec.o aactab.o aacsbr.o aacps.o \ aacadtsdec.o mpeg4audio.o kbdwin.o \ - sbrdsp.o + sbrdsp.o aacpsdsp.o OBJS-$(CONFIG_AAC_ENCODER) += aacenc.o aaccoder.o \ aacpsy.o aactab.o \ psymodel.o iirfilter.o \ |