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 ...@@ -816,7 +816,6 @@ SKIPHEADERS-$(CONFIG_VDA) += vda.h
SKIPHEADERS-$(CONFIG_VDPAU) += vdpau.h vdpau_internal.h SKIPHEADERS-$(CONFIG_VDPAU) += vdpau.h vdpau_internal.h
TESTPROGS = cabac \ TESTPROGS = cabac \
dct \
fft \ fft \
fft-fixed \ fft-fixed \
fft-fixed32 \ fft-fixed32 \
...@@ -826,6 +825,7 @@ TESTPROGS = cabac \ ...@@ -826,6 +825,7 @@ TESTPROGS = cabac \
rangecoder \ rangecoder \
snowenc \ snowenc \
TESTPROGS-$(CONFIG_DCT) += dct
TESTPROGS-$(HAVE_MMX) += motion TESTPROGS-$(HAVE_MMX) += motion
TESTOBJS = dctref.o 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