mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2025-10-07 09:41:32 +08:00
src_buffer: ifdef->if CONFIG_*
Reviewed-by: Stefano Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
@@ -652,7 +652,7 @@ AVFilter avfilter_vsrc_buffer = {
|
|||||||
{ .name = NULL}},
|
{ .name = NULL}},
|
||||||
};
|
};
|
||||||
|
|
||||||
#ifdef CONFIG_ABUFFER_FILTER
|
#if CONFIG_ABUFFER_FILTER
|
||||||
|
|
||||||
AVFilter avfilter_asrc_abuffer = {
|
AVFilter avfilter_asrc_abuffer = {
|
||||||
.name = "abuffer",
|
.name = "abuffer",
|
||||||
|
Reference in New Issue
Block a user