You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
checkasm: Fix compilation with --disable-avcodec
This commit is contained in:
@@ -57,6 +57,7 @@ static const struct {
|
|||||||
const char *name;
|
const char *name;
|
||||||
void (*func)(void);
|
void (*func)(void);
|
||||||
} tests[] = {
|
} tests[] = {
|
||||||
|
#if CONFIG_AVCODEC
|
||||||
#if CONFIG_BSWAPDSP
|
#if CONFIG_BSWAPDSP
|
||||||
{ "bswapdsp", checkasm_check_bswapdsp },
|
{ "bswapdsp", checkasm_check_bswapdsp },
|
||||||
#endif
|
#endif
|
||||||
@@ -78,6 +79,7 @@ static const struct {
|
|||||||
#if CONFIG_VP9_DECODER
|
#if CONFIG_VP9_DECODER
|
||||||
{ "vp9dsp", checkasm_check_vp9dsp },
|
{ "vp9dsp", checkasm_check_vp9dsp },
|
||||||
#endif
|
#endif
|
||||||
|
#endif
|
||||||
{ NULL }
|
{ NULL }
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user