[SCM] libav/experimental: build: Conditionally compile all avcodec test programs

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Aug 10 16:03:57 UTC 2014


The following commit has been merged in the experimental branch:
commit 2ce53880bfeb431decdd2fc82298c0aff823ab47
Author: Diego Biurrun <diego at biurrun.de>
Date:   Mon Jul 21 05:28:26 2014 -0700

    build: Conditionally compile all avcodec test programs

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
 

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list