[FFmpeg-cvslog] lavfi/testsrc: unbreak smptebars only build
Paul B Mahol
git at videolan.org
Sun Apr 14 23:13:53 CEST 2013
ffmpeg | branch: master | Paul B Mahol <onemda at gmail.com> | Sun Apr 14 21:11:28 2013 +0000| [6ffe9113026aee069016fb567ff8b706dd88b958] | committer: Paul B Mahol
lavfi/testsrc: unbreak smptebars only build
Signed-off-by: Paul B Mahol <onemda at gmail.com>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=6ffe9113026aee069016fb567ff8b706dd88b958
---
libavfilter/vsrc_testsrc.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/libavfilter/vsrc_testsrc.c b/libavfilter/vsrc_testsrc.c
index 3f423b3..178f55e 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 */
More information about the ffmpeg-cvslog
mailing list