Mercurial > libavcodec.hg
diff Makefile @ 10836:f20f9b76f4c8 libavcodec
SIPR decoder for modes 8k5, 6k5 and 5k0.
Patch by Vladimir Voroshilov and myself.
author | vitor |
---|---|
date | Sun, 10 Jan 2010 21:38:15 +0000 |
parents | d1115fb7e914 |
children | c6a18dab71d2 |
line wrap: on
line diff
--- a/Makefile Sun Jan 10 05:41:36 2010 +0000 +++ b/Makefile Sun Jan 10 21:38:15 2010 +0000 @@ -260,6 +260,9 @@ 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