diff options
author | Mohamed Naufal Basheer <naufal11@gmail.com> | 2011-03-17 23:56:50 +0100 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2011-09-29 21:44:03 +0200 |
commit | f990dc374eee84e7e1fd4da1309b9de0bd4f3216 (patch) | |
tree | d904736b73ee2e96299ea20b6888fa06587f5707 /libavcodec/Makefile | |
parent | da43980fa5a3d4a7240bcb7ae0a458bef3379fa9 (diff) | |
download | ffmpeg-f990dc374eee84e7e1fd4da1309b9de0bd4f3216.tar.gz |
Add the G723.1 demuxer and decoder
Diffstat (limited to 'libavcodec/Makefile')
-rw-r--r-- | libavcodec/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libavcodec/Makefile b/libavcodec/Makefile index 2aa0ffc3eb..27345d9af6 100644 --- a/libavcodec/Makefile +++ b/libavcodec/Makefile @@ -159,6 +159,8 @@ OBJS-$(CONFIG_FLIC_DECODER) += flicvideo.o OBJS-$(CONFIG_FOURXM_DECODER) += 4xm.o OBJS-$(CONFIG_FRAPS_DECODER) += fraps.o OBJS-$(CONFIG_FRWU_DECODER) += frwu.o +OBJS-$(CONFIG_G723_1_DECODER) += g723_1.o acelp_vectors.o \ + celp_filters.o celp_math.o OBJS-$(CONFIG_G729_DECODER) += g729dec.o lsp.o celp_math.o acelp_filters.o acelp_pitch_delay.o acelp_vectors.o g729postfilter.o OBJS-$(CONFIG_GIF_DECODER) += gifdec.o lzw.o OBJS-$(CONFIG_GIF_ENCODER) += gif.o lzwenc.o |