diff options
author | Mans Rullgard <mans@mansr.com> | 2011-03-30 21:13:21 +0100 |
---|---|---|
committer | Mans Rullgard <mans@mansr.com> | 2011-04-01 15:16:06 +0100 |
commit | 6efe6028ed182d82d4ac8b9801fbcee91a88c053 (patch) | |
tree | 1d0239150ac122e306595996537d2e30eaa60da4 /libavcodec/Makefile | |
parent | 29a290439ba28fde00b2a27d5afef863c63abb37 (diff) | |
download | ffmpeg-6efe6028ed182d82d4ac8b9801fbcee91a88c053.tar.gz |
Fixed-point support in fft-test
Signed-off-by: Mans Rullgard <mans@mansr.com>
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 4f3392fcf5..837f7e2d1d 100644 --- a/libavcodec/Makefile +++ b/libavcodec/Makefile @@ -656,7 +656,7 @@ SKIPHEADERS += mpegaudio3.h EXAMPLES = api -TESTPROGS = cabac dct eval fft h264 iirfilter rangecoder snow +TESTPROGS = cabac dct eval fft fft-fixed h264 iirfilter rangecoder snow TESTPROGS-$(HAVE_MMX) += motion TESTOBJS = dctref.o |