diff options
author | Nicolas George <nicolas.george@normalesup.org> | 2013-03-10 16:01:12 +0100 |
---|---|---|
committer | Nicolas George <nicolas.george@normalesup.org> | 2013-03-10 17:05:55 +0100 |
commit | 03b87fe5e35d009c374b45f8646b16b427d599a7 (patch) | |
tree | 2c909c9c383e08154337d44f6f9f3094f019ecf6 /libavfilter/Makefile | |
parent | 3add5dc88e8b7bd41f0d999fe8fb3e72fc76973e (diff) | |
download | ffmpeg-03b87fe5e35d009c374b45f8646b16b427d599a7.tar.gz |
lavfi: rename sink_buffer.c into buffersink.c.
Diffstat (limited to 'libavfilter/Makefile')
-rw-r--r-- | libavfilter/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavfilter/Makefile b/libavfilter/Makefile index a391de8a4e..a1d58d3671 100644 --- a/libavfilter/Makefile +++ b/libavfilter/Makefile @@ -33,13 +33,13 @@ OBJS = allfilters.o \ avfilter.o \ avfiltergraph.o \ buffer.o \ + buffersink.o \ buffersrc.o \ drawutils.o \ fifo.o \ formats.o \ graphdump.o \ graphparser.o \ - sink_buffer.o \ transform.o \ video.o \ |