summaryrefslogtreecommitdiff
path: root/libavcodec/Makefile
diff options
context:
space:
mode:
authorAlex Beregszaszi <alex@rtfs.hu>2004-08-21 19:19:35 +0000
committerAlex Beregszaszi <alex@rtfs.hu>2004-08-21 19:19:35 +0000
commit54f5fd22eaf0abeace9b533682d50323e2dd5d22 (patch)
tree1240489365a8d949910f516b50dabf5c08bd4fa9 /libavcodec/Makefile
parent02da1f0d7185db6f10ce8d398c5f479078fb34f5 (diff)
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
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 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)