diff options
author | Paul B Mahol <onemda@gmail.com> | 2013-04-14 21:11:28 +0000 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2013-04-14 21:13:39 +0000 |
commit | 6ffe9113026aee069016fb567ff8b706dd88b958 (patch) | |
tree | 23f7ed028cb5478639134bd67b7084c579d3d1cf | |
parent | 8de9bb6e5e527e2bcc8b2cff2da4107ecef23421 (diff) | |
download | ffmpeg-6ffe9113026aee069016fb567ff8b706dd88b958.tar.gz |
lavfi/testsrc: unbreak smptebars only build
Signed-off-by: Paul B Mahol <onemda@gmail.com>
-rw-r--r-- | libavfilter/vsrc_testsrc.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libavfilter/vsrc_testsrc.c b/libavfilter/vsrc_testsrc.c index 3f423b3f0d..178f55e8cc 100644 --- a/libavfilter/vsrc_testsrc.c +++ b/libavfilter/vsrc_testsrc.c @@ -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 */ |