Commit 1ca37e79 authored by Michael Niedermayer's avatar Michael Niedermayer

src_buffer: ifdef->if CONFIG_*

Reviewed-by: Stefano
Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent eae77f46
......@@ -652,7 +652,7 @@ AVFilter avfilter_vsrc_buffer = {
{ .name = NULL}},
};
#ifdef CONFIG_ABUFFER_FILTER
#if CONFIG_ABUFFER_FILTER
AVFilter avfilter_asrc_abuffer = {
.name = "abuffer",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment