git.videolan.org
/
ffmpeg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
abe76b8
)
avcodec: dct_test needs CONFIG_DCT
author
Michael Niedermayer
<michaelni@gmx.at>
Mon, 26 Aug 2013 18:19:01 +0000
(20:19 +0200)
committer
Michael Niedermayer
<michaelni@gmx.at>
Mon, 26 Aug 2013 18:19:01 +0000
(20:19 +0200)
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
libavcodec/Makefile
patch
|
blob
|
history
diff --git
a/libavcodec/Makefile
b/libavcodec/Makefile
index
241e952
..
dbadd0a
100644
(file)
--- 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 \
SKIPHEADERS-$(CONFIG_VDPAU) += vdpau.h vdpau_internal.h
TESTPROGS = cabac \
- dct \
fft \
fft-fixed \
fft-fixed32 \
fft \
fft-fixed \
fft-fixed32 \
@@
-826,6
+825,7
@@
TESTPROGS = cabac \
rangecoder \
snowenc \
rangecoder \
snowenc \
+TESTPROGS-$(CONFIG_DCT) += dct
TESTPROGS-$(HAVE_MMX) += motion
TESTOBJS = dctref.o
TESTPROGS-$(HAVE_MMX) += motion
TESTOBJS = dctref.o