[FFmpeg-cvslog] rename wtv.c to wtvdec.c

zhentan feng git at videolan.org
Sun May 1 21:33:29 CEST 2011


ffmpeg | branch: master | zhentan feng <spyfeng at gmail.com> | Sun May  1 21:10:00 2011 +0200| [80a330679f5916a868227fabcecc4889cc402a61] | committer: Michael Niedermayer

rename wtv.c to wtvdec.c
Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=80a330679f5916a868227fabcecc4889cc402a61
---

 libavformat/Makefile            |    2 +-
 libavformat/{wtv.c => wtvdec.c} |    0
 2 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/libavformat/Makefile b/libavformat/Makefile
index 428c641..e92b299 100644
--- a/libavformat/Makefile
+++ b/libavformat/Makefile
@@ -299,7 +299,7 @@ OBJS-$(CONFIG_WEBM_MUXER)                += matroskaenc.o matroska.o \
                                             flacenc_header.o avlanguage.o
 OBJS-$(CONFIG_WSAUD_DEMUXER)             += westwood.o
 OBJS-$(CONFIG_WSVQA_DEMUXER)             += westwood.o
-OBJS-$(CONFIG_WTV_DEMUXER)               += wtv.o asf.o asfdec.o mpegts.o riff.o
+OBJS-$(CONFIG_WTV_DEMUXER)               += wtvdec.o asf.o asfdec.o mpegts.o riff.o
 OBJS-$(CONFIG_WV_DEMUXER)                += wv.o apetag.o
 OBJS-$(CONFIG_XA_DEMUXER)                += xa.o
 OBJS-$(CONFIG_XWMA_DEMUXER)              += xwma.o riff.o
diff --git a/libavformat/wtv.c b/libavformat/wtvdec.c
similarity index 100%
rename from libavformat/wtv.c
rename to libavformat/wtvdec.c



More information about the ffmpeg-cvslog mailing list