diff options
author | Vitor Sessak <vitor1001@gmail.com> | 2010-01-20 00:39:47 +0000 |
---|---|---|
committer | Vitor Sessak <vitor1001@gmail.com> | 2010-01-20 00:39:47 +0000 |
commit | 7f3f5f46c224c95673e85cdc06d5ac9d6a08701f (patch) | |
tree | 464ce2ef7a017c07272074916674e56d470c3e1c /libavcodec/Makefile | |
parent | c4f2b6dce306933e6d8fa82022f24a11ea1d29f0 (diff) | |
download | ffmpeg-7f3f5f46c224c95673e85cdc06d5ac9d6a08701f.tar.gz |
Floating point discrete cosine transform
Originally committed as revision 21338 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/Makefile')
-rw-r--r-- | libavcodec/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/Makefile b/libavcodec/Makefile index 96a703b57f..3888589511 100644 --- a/libavcodec/Makefile +++ b/libavcodec/Makefile @@ -27,6 +27,7 @@ OBJS = allcodecs.o \ # parts needed for many different codecs OBJS-$(CONFIG_AANDCT) += aandcttab.o OBJS-$(CONFIG_ENCODERS) += faandct.o jfdctfst.o jfdctint.o +OBJS-$(CONFIG_DCT) += dct.o FFT-OBJS-$(CONFIG_HARDCODED_TABLES) += cos_tables.o OBJS-$(CONFIG_FFT) += fft.o $(FFT-OBJS-yes) OBJS-$(CONFIG_GOLOMB) += golomb.o |