mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2026-02-13 19:05:37 +00:00
lavfi: rename vf_split.c to split.c
This is in preparation for adding an audio split filter.
This commit is contained in:
parent
13a867a63e
commit
cc30080b3f
2 changed files with 1 additions and 1 deletions
|
|
@ -68,7 +68,7 @@ OBJS-$(CONFIG_SETSAR_FILTER) += vf_aspect.o
|
|||
OBJS-$(CONFIG_SETTB_FILTER) += vf_settb.o
|
||||
OBJS-$(CONFIG_SHOWINFO_FILTER) += vf_showinfo.o
|
||||
OBJS-$(CONFIG_SLICIFY_FILTER) += vf_slicify.o
|
||||
OBJS-$(CONFIG_SPLIT_FILTER) += vf_split.o
|
||||
OBJS-$(CONFIG_SPLIT_FILTER) += split.o
|
||||
OBJS-$(CONFIG_TRANSPOSE_FILTER) += vf_transpose.o
|
||||
OBJS-$(CONFIG_UNSHARP_FILTER) += vf_unsharp.o
|
||||
OBJS-$(CONFIG_VFLIP_FILTER) += vf_vflip.o
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue