From 54f5fd22eaf0abeace9b533682d50323e2dd5d22 Mon Sep 17 00:00:00 2001 From: Alex Beregszaszi Date: Sat, 21 Aug 2004 19:19:35 +0000 Subject: new opensource lossy/lossless audio codec based on speech compression techniques (actually based on bonk) Originally committed as revision 3405 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavcodec/Makefile') diff --git a/libavcodec/Makefile b/libavcodec/Makefile index 6d3c0af58c..8fdb1ccba0 100644 --- a/libavcodec/Makefile +++ b/libavcodec/Makefile @@ -20,7 +20,7 @@ OBJS= common.o utils.o mem.o allcodecs.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 g726.o \ - flac.o vp3dsp.o integer.o snow.o tscc.o + flac.o vp3dsp.o integer.o snow.o tscc.o sonic.o ifeq ($(AMR_NB),yes) ifeq ($(AMR_NB_FIXED),yes) -- cgit v1.2.3