Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2013-08-26 22:19:01 +0400
committerMichael Niedermayer <michaelni@gmx.at>2013-08-26 22:19:01 +0400
commitd5f616ed87d5879e006e6f2f48418062e4103250 (patch)
tree5ce623c32c3c8b66d94b428465fe0bdc9a632b3d /libavcodec/Makefile
parentabe76b851c05eea8743f6c899cbe5f7409b0f301 (diff)
avcodec: dct_test needs CONFIG_DCT
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec/Makefile')
-rw-r--r--libavcodec/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/Makefile b/libavcodec/Makefile
index 241e952a52..dbadd0a624 100644
--- a/libavcodec/Makefile
+++ b/libavcodec/Makefile
@@ -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