aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/Makefile
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2004-07-25 23:36:44 +0000
committerMichael Niedermayer <michaelni@gmx.at>2004-07-25 23:36:44 +0000
commit791e7b83c3ab18f0d00e2ecdb72a3409dfc1ae62 (patch)
tree71fa67f3552876dbe9b5fdc63c39c3fa4b1388dc /libavcodec/Makefile
parent53e2f9caf80ed385a3d4cfb9200d8827b65580ef (diff)
downloadffmpeg-791e7b83c3ab18f0d00e2ecdb72a3409dfc1ae62.tar.gz
my experimental wavelet codec
note, this is far from finished, dont expect todays encodings to be decodeable with cvs tomorrow ... Originally committed as revision 3341 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 46ed022f58..4a82e28032 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
+ flac.o vp3dsp.o integer.o snow.o
ifeq ($(AMR_NB),yes)
ifeq ($(AMR_NB_FIXED),yes)