diff options
author | Vladimir Voroshilov <voroshil@gmail.com> | 2010-01-10 21:38:15 +0000 |
---|---|---|
committer | Vitor Sessak <vitor1001@gmail.com> | 2010-01-10 21:38:15 +0000 |
commit | 7bd3096f5fa6b7cf645fa1493d87f385fe8d502d (patch) | |
tree | 26342f632e5fe15387e8fda589b7dd3f9ebde34c /libavcodec/Makefile | |
parent | 9ea977210ca50770e4ce3ba2b8dadb94571d41af (diff) | |
download | ffmpeg-7bd3096f5fa6b7cf645fa1493d87f385fe8d502d.tar.gz |
SIPR decoder for modes 8k5, 6k5 and 5k0.
Patch by Vladimir Voroshilov and myself.
Originally committed as revision 21125 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/Makefile')
-rw-r--r-- | libavcodec/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libavcodec/Makefile b/libavcodec/Makefile index 4fe6e2b1c5..d4734698cf 100644 --- a/libavcodec/Makefile +++ b/libavcodec/Makefile @@ -260,6 +260,9 @@ OBJS-$(CONFIG_RV40_DECODER) += rv40.o rv34.o h264pred.o rv40dsp.o \ OBJS-$(CONFIG_SGI_DECODER) += sgidec.o OBJS-$(CONFIG_SGI_ENCODER) += sgienc.o rle.o OBJS-$(CONFIG_SHORTEN_DECODER) += shorten.o +OBJS-$(CONFIG_SIPR_DECODER) += sipr.o acelp_pitch_delay.o \ + celp_math.o acelp_vectors.o \ + acelp_filters.o celp_filters.o lsp.o OBJS-$(CONFIG_SMACKAUD_DECODER) += smacker.o OBJS-$(CONFIG_SMACKER_DECODER) += smacker.o OBJS-$(CONFIG_SMC_DECODER) += smc.o |