diff Makefile @ 1791:5e5c3d4a1e82 libavcodec

* Initial implementation of the G.726 ADPCM audio codec.
author romansh
date Sat, 07 Feb 2004 08:20:00 +0000
parents 66ae3c109d90
children 95612d423fde
line wrap: on
line diff
--- a/Makefile	Fri Feb 06 23:56:37 2004 +0000
+++ b/Makefile	Sat Feb 07 08:20:00 2004 +0000
@@ -19,7 +19,7 @@
       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)