mirror of https://git.ffmpeg.org/ffmpeg.git
checkasm: Fix compilation with --disable-avcodec
This commit is contained in:
parent
5d926d5473
commit
ec85153f25
|
@ -57,6 +57,7 @@ static const struct {
|
|||
const char *name;
|
||||
void (*func)(void);
|
||||
} tests[] = {
|
||||
#if CONFIG_AVCODEC
|
||||
#if CONFIG_BSWAPDSP
|
||||
{ "bswapdsp", checkasm_check_bswapdsp },
|
||||
#endif
|
||||
|
@ -78,6 +79,7 @@ static const struct {
|
|||
#if CONFIG_VP9_DECODER
|
||||
{ "vp9dsp", checkasm_check_vp9dsp },
|
||||
#endif
|
||||
#endif
|
||||
{ NULL }
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue