diff options
author | Mike Melanson <mike@multimedia.cx> | 2003-05-05 02:54:15 +0000 |
---|---|---|
committer | Mike Melanson <mike@multimedia.cx> | 2003-05-05 02:54:15 +0000 |
commit | d86053a41689e8a5ed897ef071c62ef3fcdc3655 (patch) | |
tree | a44463e163cc8fadc4fd39baa96e664dff4d3fb2 /libavcodec/Makefile | |
parent | 9616355144770cc9beb79a5d10503adbcc7c4a2e (diff) | |
download | ffmpeg-d86053a41689e8a5ed897ef071c62ef3fcdc3655.tar.gz |
first pass at a new VP3 video decoder
Originally committed as revision 1831 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/Makefile')
-rw-r--r-- | libavcodec/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libavcodec/Makefile b/libavcodec/Makefile index b4e11de648..07a1486499 100644 --- a/libavcodec/Makefile +++ b/libavcodec/Makefile @@ -16,7 +16,8 @@ OBJS= common.o utils.o mem.o allcodecs.o \ motion_est.o imgconvert.o imgresample.o \ mpeg12.o mpegaudiodec.o pcm.o simple_idct.o \ ratecontrol.o adpcm.o eval.o dv.o error_resilience.o \ - fft.o mdct.o mace.o huffyuv.o cyuv.o opts.o raw.o h264.o golomb.o + fft.o mdct.o mace.o huffyuv.o cyuv.o opts.o raw.o h264.o golomb.o \ + vp3.o ASM_OBJS= # codecs which are patented in some non free countries like the us |