lavfi: rename vsrc_buffer.c to buffersrc.c

Most of the code will be shared for both audio and video version.
This commit is contained in:
Anton Khirnov 2012-05-04 15:38:56 +02:00
parent fd127ede62
commit fad729fa50
2 changed files with 1 additions and 1 deletions

View File

@ -15,12 +15,12 @@ OBJS = allfilters.o \
avfilter.o \
avfiltergraph.o \
buffersink.o \
buffersrc.o \
defaults.o \
drawutils.o \
formats.o \
graphparser.o \
vf_scale.o \
vsrc_buffer.o \
OBJS-$(CONFIG_ANULL_FILTER) += af_anull.o
OBJS-$(CONFIG_RESAMPLE_FILTER) += af_resample.o