1
0
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:
Paul B Mahol 2013-04-14 21:11:28 +00:00
parent 8de9bb6e5e
commit 6ffe911302

View File

@ -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 */