[FFmpeg-cvslog] lavfi: rename vsrc_buffer.c into src_buffer.c.
Nicolas George
git at videolan.org
Sat Apr 28 10:07:36 CEST 2012
ffmpeg | branch: master | Nicolas George <nicolas.george at normalesup.org> | Fri Apr 27 19:23:59 2012 +0200| [2ae5af8094f15f2b0de8c406a96dddee8f31c136] | committer: Nicolas George
lavfi: rename vsrc_buffer.c into src_buffer.c.
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=2ae5af8094f15f2b0de8c406a96dddee8f31c136
---
libavfilter/Makefile | 2 +-
libavfilter/{vsrc_buffer.c => src_buffer.c} | 0
2 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/libavfilter/Makefile b/libavfilter/Makefile
index e5da239..95bcc5d 100644
--- a/libavfilter/Makefile
+++ b/libavfilter/Makefile
@@ -22,8 +22,8 @@ OBJS = allfilters.o \
formats.o \
graphdump.o \
graphparser.o \
+ src_buffer.o \
transform.o \
- vsrc_buffer.o
OBJS-$(CONFIG_AVCODEC) += avcodec.o
OBJS-$(CONFIG_AVFORMAT) += lavfutils.o
diff --git a/libavfilter/vsrc_buffer.c b/libavfilter/src_buffer.c
similarity index 100%
rename from libavfilter/vsrc_buffer.c
rename to libavfilter/src_buffer.c
More information about the ffmpeg-cvslog
mailing list