checkasm: Fix compilation with --disable-avcodec
This commit is contained in:
parent
5d926d5473
commit
ec85153f25
@ -57,26 +57,28 @@ static const struct {
|
|||||||
const char *name;
|
const char *name;
|
||||||
void (*func)(void);
|
void (*func)(void);
|
||||||
} tests[] = {
|
} tests[] = {
|
||||||
#if CONFIG_BSWAPDSP
|
#if CONFIG_AVCODEC
|
||||||
{ "bswapdsp", checkasm_check_bswapdsp },
|
#if CONFIG_BSWAPDSP
|
||||||
#endif
|
{ "bswapdsp", checkasm_check_bswapdsp },
|
||||||
#if CONFIG_FLACDSP
|
#endif
|
||||||
{ "flacdsp", checkasm_check_flacdsp },
|
#if CONFIG_FLACDSP
|
||||||
#endif
|
{ "flacdsp", checkasm_check_flacdsp },
|
||||||
#if CONFIG_H264PRED
|
#endif
|
||||||
{ "h264pred", checkasm_check_h264pred },
|
#if CONFIG_H264PRED
|
||||||
#endif
|
{ "h264pred", checkasm_check_h264pred },
|
||||||
#if CONFIG_H264QPEL
|
#endif
|
||||||
{ "h264qpel", checkasm_check_h264qpel },
|
#if CONFIG_H264QPEL
|
||||||
#endif
|
{ "h264qpel", checkasm_check_h264qpel },
|
||||||
#if CONFIG_JPEG2000_DECODER
|
#endif
|
||||||
{ "jpeg2000dsp", checkasm_check_jpeg2000dsp },
|
#if CONFIG_JPEG2000_DECODER
|
||||||
#endif
|
{ "jpeg2000dsp", checkasm_check_jpeg2000dsp },
|
||||||
#if CONFIG_V210_ENCODER
|
#endif
|
||||||
{ "v210enc", checkasm_check_v210enc },
|
#if CONFIG_V210_ENCODER
|
||||||
#endif
|
{ "v210enc", checkasm_check_v210enc },
|
||||||
#if CONFIG_VP9_DECODER
|
#endif
|
||||||
{ "vp9dsp", checkasm_check_vp9dsp },
|
#if CONFIG_VP9_DECODER
|
||||||
|
{ "vp9dsp", checkasm_check_vp9dsp },
|
||||||
|
#endif
|
||||||
#endif
|
#endif
|
||||||
{ NULL }
|
{ NULL }
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user