summaryrefslogtreecommitdiff
path: root/libavcodec/Makefile
diff options
context:
space:
mode:
authorRoman Shaposhnik <roman@shaposhnik.org>2004-02-07 08:20:00 +0000
committerRoman Shaposhnik <roman@shaposhnik.org>2004-02-07 08:20:00 +0000
commite5966052ee7e07c30a078f31141e3e068847fc7a (patch)
tree5457e8baa39f57fa705e23bc037aafcc9dbb47aa /libavcodec/Makefile
parent2d9aa1e3a24e8640e0527a4def4b5e93a80142a4 (diff)
* 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/Makefile2
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)