lavfi: rename sink_buffer.c into buffersink.c.

This commit is contained in:
Nicolas George 2013-03-10 16:01:12 +01:00
parent 3add5dc88e
commit 03b87fe5e3
2 changed files with 1 additions and 1 deletions

View File

@ -33,13 +33,13 @@ OBJS = allfilters.o \
avfilter.o \ avfilter.o \
avfiltergraph.o \ avfiltergraph.o \
buffer.o \ buffer.o \
buffersink.o \
buffersrc.o \ buffersrc.o \
drawutils.o \ drawutils.o \
fifo.o \ fifo.o \
formats.o \ formats.o \
graphdump.o \ graphdump.o \
graphparser.o \ graphparser.o \
sink_buffer.o \
transform.o \ transform.o \
video.o \ video.o \