diff options
author | Mans Rullgard <mans@mansr.com> | 2011-07-17 20:43:15 +0100 |
---|---|---|
committer | Mans Rullgard <mans@mansr.com> | 2011-07-20 14:54:24 +0100 |
commit | 89cc8a316d252d37a14906da9c170afbc7488326 (patch) | |
tree | 27ba6de39febee73d0115518a896df2e332426a9 /libavcodec/Makefile | |
parent | 1b4a17094ebdc605a9414d4d98653a1bfb0ea0a4 (diff) | |
download | ffmpeg-89cc8a316d252d37a14906da9c170afbc7488326.tar.gz |
Remove snow/dwt test program
This test program so full of programming errors it is impossible
to make sense of it.
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 26800b3851..f23ade2734 100644 --- a/libavcodec/Makefile +++ b/libavcodec/Makefile @@ -667,7 +667,7 @@ SKIPHEADERS-$(CONFIG_XVMC) += xvmc.h EXAMPLES = api -TESTPROGS = cabac dct fft fft-fixed h264 iirfilter rangecoder snow +TESTPROGS = cabac dct fft fft-fixed h264 iirfilter rangecoder TESTPROGS-$(HAVE_MMX) += motion TESTOBJS = dctref.o |