diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2003-02-09 00:37:50 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2003-02-09 00:37:50 +0000 |
commit | f70f7c6db2b9f39e41b60072b06ba36acf2aa8e9 (patch) | |
tree | 0c83fc7f06d6861e6547f2651e8bdaa72606d3f6 /libavcodec/Makefile | |
parent | 4be3147d0d2858ae5a242af2f86de3a810a9db77 (diff) | |
download | ffmpeg-f70f7c6db2b9f39e41b60072b06ba36acf2aa8e9.tar.gz |
Creative YUV (CYUV) decoder by (Mike Melanson <melanson at pcisys dot net>)
Originally committed as revision 1559 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 071609325e..0c0e1fa736 100644 --- a/libavcodec/Makefile +++ b/libavcodec/Makefile @@ -16,7 +16,7 @@ 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 + fft.o mdct.o mace.o huffyuv.o cyuv.o ASM_OBJS= # codecs which are patented in some non free countries like the us |