mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
lavfi/testsrc: unbreak smptebars only build
Signed-off-by: Paul B Mahol <onemda@gmail.com>
This commit is contained in:
parent
8de9bb6e5e
commit
6ffe911302
@ -743,7 +743,7 @@ static const AVFilterPad smptebars_outputs[] = {
|
||||
{ NULL }
|
||||
};
|
||||
|
||||
#if CONFIG_SMPTEHDBARS_FILTER
|
||||
#if CONFIG_SMPTEBARS_FILTER
|
||||
|
||||
#define smptebars_options options
|
||||
AVFILTER_DEFINE_CLASS(smptebars);
|
||||
@ -912,4 +912,4 @@ AVFilter avfilter_vsrc_smptehdbars = {
|
||||
};
|
||||
|
||||
#endif /* CONFIG_SMPTEHDBARS_FILTER */
|
||||
#endif /* CONFIG_SMPTEHDBARS_FILTER || CONFIG_SMPTEHDBARS_FILTER */
|
||||
#endif /* CONFIG_SMPTEBARS_FILTER || CONFIG_SMPTEHDBARS_FILTER */
|
||||
|
Loading…
Reference in New Issue
Block a user