mirror of
https://github.com/xenia-project/FFmpeg.git
synced 2024-11-29 22:40:23 +00:00
build: Conditionally compile all avcodec test programs
This commit is contained in:
parent
16b7328058
commit
2ce53880bf
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user