[FFmpeg-cvslog] build: Conditionally compile all avcodec test programs
Diego Biurrun
git at videolan.org
Mon Jul 21 23:05:04 CEST 2014
ffmpeg | branch: master | Diego Biurrun <diego at biurrun.de> | Mon Jul 21 05:28:26 2014 -0700| [2ce53880bfeb431decdd2fc82298c0aff823ab47] | committer: Diego Biurrun
build: Conditionally compile all avcodec test programs
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=2ce53880bfeb431decdd2fc82298c0aff823ab47
---
libavcodec/Makefile | 8 +++-----
1 file changed, 3 insertions(+), 5 deletions(-)
diff --git a/libavcodec/Makefile b/libavcodec/Makefile
index 7caddd6..9ce37a8 100644
--- a/libavcodec/Makefile
+++ b/libavcodec/Makefile
@@ -711,13 +711,11 @@ SKIPHEADERS-$(CONFIG_VAAPI) += vaapi_internal.h
SKIPHEADERS-$(CONFIG_VDA) += vda.h vda_internal.h
SKIPHEADERS-$(CONFIG_VDPAU) += vdpau.h vdpau_internal.h
-TESTPROGS = fft \
- fft-fixed \
- golomb \
- rangecoder \
-
+TESTPROGS-$(CONFIG_FFT) += fft fft-fixed
TESTPROGS-$(CONFIG_IDCTDSP) += dct
TESTPROGS-$(CONFIG_IIRFILTER) += iirfilter
+TESTPROGS-$(CONFIG_GOLOMB) += golomb
+TESTPROGS-$(CONFIG_RANGECODER) += rangecoder
TESTOBJS = dctref.o
More information about the ffmpeg-cvslog
mailing list