diff options
author | Vitor Sessak <vitor1001@gmail.com> | 2010-01-16 03:54:55 +0000 |
---|---|---|
committer | Vitor Sessak <vitor1001@gmail.com> | 2010-01-16 03:54:55 +0000 |
commit | d140b025819c7a9e6d451732e9fcd73b2d1756ea (patch) | |
tree | 8c96e82260eb85ed0e09c93c1bbc7c32953dd562 /libavcodec/Makefile | |
parent | d79c06b2adb67447e7ebffd95384e9a12e102a7f (diff) | |
download | ffmpeg-d140b025819c7a9e6d451732e9fcd73b2d1756ea.tar.gz |
SIPR16k decoder
Originally committed as revision 21234 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/Makefile')
-rw-r--r-- | libavcodec/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libavcodec/Makefile b/libavcodec/Makefile index f3ad2dab5c..a0ed9b86ea 100644 --- a/libavcodec/Makefile +++ b/libavcodec/Makefile @@ -263,7 +263,8 @@ 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 + acelp_filters.o celp_filters.o lsp.o \ + sipr16k.o OBJS-$(CONFIG_SMACKAUD_DECODER) += smacker.o OBJS-$(CONFIG_SMACKER_DECODER) += smacker.o OBJS-$(CONFIG_SMC_DECODER) += smc.o |