diff options
author | Fabrice Bellard <fabrice@bellard.org> | 2002-10-04 07:16:50 +0000 |
---|---|---|
committer | Fabrice Bellard <fabrice@bellard.org> | 2002-10-04 07:16:50 +0000 |
commit | 020fcc94e09d033ab2ae1a6d908722cb074ea2ba (patch) | |
tree | 52d2e1ae3a0e88f60af615705fbfea574d430aef /libavcodec/Makefile | |
parent | 5d2231ee8fed0db4a520b646e2b5149c245bc0a4 (diff) | |
download | ffmpeg-020fcc94e09d033ab2ae1a6d908722cb074ea2ba.tar.gz |
added DV support
Originally committed as revision 999 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 08aa1e31ce..f180de2277 100644 --- a/libavcodec/Makefile +++ b/libavcodec/Makefile @@ -15,7 +15,7 @@ OBJS= common.o utils.o mem.o allcodecs.o \ mpegaudio.o ac3enc.o mjpeg.o resample.o dsputil.o \ motion_est.o imgconvert.o imgresample.o msmpeg4.o \ mpeg12.o h263dec.o svq1.o rv10.o mpegaudiodec.o pcm.o simple_idct.o \ - ratecontrol.o adpcm.o eval.o + ratecontrol.o adpcm.o eval.o dv.o ASM_OBJS= # currently using liba52 for ac3 decoding |