[FFmpeg-devel] [PATCH] src_buffer: ifdef->if CONFIG_*
Michael Niedermayer
michaelni at gmx.at
Sat May 5 02:55:36 CEST 2012
Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
---
libavfilter/src_buffer.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libavfilter/src_buffer.c b/libavfilter/src_buffer.c
index 15c30d6..63bc3d2 100644
--- a/libavfilter/src_buffer.c
+++ b/libavfilter/src_buffer.c
@@ -655,7 +655,7 @@ AVFilter avfilter_vsrc_buffer = {
{ .name = NULL}},
};
-#ifdef CONFIG_ABUFFER_FILTER
+#if CONFIG_ABUFFER_FILTER
AVFilter avfilter_asrc_abuffer = {
.name = "abuffer",
--
1.7.9.5
More information about the ffmpeg-devel
mailing list