mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2024-12-22 23:33:07 +00:00
src_buffer: ifdef->if CONFIG_*
Reviewed-by: Stefano Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
eae77f4631
commit
1ca37e79d0
@ -652,7 +652,7 @@ AVFilter avfilter_vsrc_buffer = {
|
||||
{ .name = NULL}},
|
||||
};
|
||||
|
||||
#ifdef CONFIG_ABUFFER_FILTER
|
||||
#if CONFIG_ABUFFER_FILTER
|
||||
|
||||
AVFilter avfilter_asrc_abuffer = {
|
||||
.name = "abuffer",
|
||||
|
Loading…
Reference in New Issue
Block a user