Commit d5f616ed authored by Michael Niedermayer's avatar Michael Niedermayer

avcodec: dct_test needs CONFIG_DCT

Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent abe76b85
......@@ -816,7 +816,6 @@ SKIPHEADERS-$(CONFIG_VDA) += vda.h
SKIPHEADERS-$(CONFIG_VDPAU) += vdpau.h vdpau_internal.h
TESTPROGS = cabac \
dct \
fft \
fft-fixed \
fft-fixed32 \
......@@ -826,6 +825,7 @@ TESTPROGS = cabac \
rangecoder \
snowenc \
TESTPROGS-$(CONFIG_DCT) += dct
TESTPROGS-$(HAVE_MMX) += motion
TESTOBJS = dctref.o
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment