diff options
author | Roman Shaposhnik <roman@shaposhnik.org> | 2004-02-07 08:20:00 +0000 |
---|---|---|
committer | Roman Shaposhnik <roman@shaposhnik.org> | 2004-02-07 08:20:00 +0000 |
commit | e5966052ee7e07c30a078f31141e3e068847fc7a (patch) | |
tree | 5457e8baa39f57fa705e23bc037aafcc9dbb47aa /libavcodec/Makefile | |
parent | 2d9aa1e3a24e8640e0527a4def4b5e93a80142a4 (diff) | |
download | ffmpeg-e5966052ee7e07c30a078f31141e3e068847fc7a.tar.gz |
* Initial implementation of the G.726 ADPCM audio codec.
Originally committed as revision 2759 to svn://svn.ffmpeg.org/ffmpeg/trunk
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 3d4c321d44..8bfaf7efe5 100644 --- a/libavcodec/Makefile +++ b/libavcodec/Makefile @@ -19,7 +19,7 @@ OBJS= common.o utils.o mem.o allcodecs.o \ vp3.o asv1.o 4xm.o cabac.o ffv1.o ra144.o ra288.o vcr1.o cljr.o \ roqvideo.o dpcm.o interplayvideo.o xan.o rpza.o cinepak.o msrle.o \ msvideo1.o vqavideo.o idcinvideo.o adx.o rational.o faandct.o 8bps.o \ - smc.o parser.o flicvideo.o truemotion1.o vmdav.o lcl.o qtrle.o + smc.o parser.o flicvideo.o truemotion1.o vmdav.o lcl.o qtrle.o g726.o ifeq ($(AMR_NB),yes) ifeq ($(AMR_NB_FIXED),yes) |