Commit 6ffe9113 authored by Paul B Mahol's avatar Paul B Mahol

lavfi/testsrc: unbreak smptebars only build

Signed-off-by: 's avatarPaul B Mahol <onemda@gmail.com>
parent 8de9bb6e
...@@ -743,7 +743,7 @@ static const AVFilterPad smptebars_outputs[] = { ...@@ -743,7 +743,7 @@ static const AVFilterPad smptebars_outputs[] = {
{ NULL } { NULL }
}; };
#if CONFIG_SMPTEHDBARS_FILTER #if CONFIG_SMPTEBARS_FILTER
#define smptebars_options options #define smptebars_options options
AVFILTER_DEFINE_CLASS(smptebars); AVFILTER_DEFINE_CLASS(smptebars);
...@@ -912,4 +912,4 @@ AVFilter avfilter_vsrc_smptehdbars = { ...@@ -912,4 +912,4 @@ AVFilter avfilter_vsrc_smptehdbars = {
}; };
#endif /* CONFIG_SMPTEHDBARS_FILTER */ #endif /* CONFIG_SMPTEHDBARS_FILTER */
#endif /* CONFIG_SMPTEHDBARS_FILTER || CONFIG_SMPTEHDBARS_FILTER */ #endif /* CONFIG_SMPTEBARS_FILTER || CONFIG_SMPTEHDBARS_FILTER */
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment