diff options
author | Mike Melanson <mike@multimedia.cx> | 2005-03-26 20:32:55 +0000 |
---|---|---|
committer | Mike Melanson <mike@multimedia.cx> | 2005-03-26 20:32:55 +0000 |
commit | a8a15e9db24eeb2f1dbf125cc1100a9ff50ddaed (patch) | |
tree | e8dc0277c9a62efb20ae13d2feb6598608489094 /libavcodec/Makefile | |
parent | cec1f05fd7d64c208388b6c57f82a8bc75f4981e (diff) | |
download | ffmpeg-a8a15e9db24eeb2f1dbf125cc1100a9ff50ddaed.tar.gz |
Winnov WNV1 video decoder, courtesy of Konstantin Shishkov
Originally committed as revision 4083 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/Makefile')
-rw-r--r-- | libavcodec/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/Makefile b/libavcodec/Makefile index 8a966706c2..d1fec52d2c 100644 --- a/libavcodec/Makefile +++ b/libavcodec/Makefile @@ -23,7 +23,7 @@ OBJS= bitstream.o utils.o mem.o allcodecs.o \ flac.o vp3dsp.o integer.o snow.o tscc.o sonic.o ulti.o h264idct.o \ qdrw.o xl.o rangecoder.o png.o pnm.o qpeg.o vc9.o h263.o h261.o \ msmpeg4.o h263dec.o svq1.o rv10.o wmadec.o indeo3.o shorten.o loco.o \ - alac.o + alac.o wnv1.o AMROBJS= ifeq ($(AMR_NB),yes) |