From 80a330679f5916a868227fabcecc4889cc402a61 Mon Sep 17 00:00:00 2001 From: zhentan feng Date: Sun, 1 May 2011 21:10:00 +0200 Subject: [PATCH] rename wtv.c to wtvdec.c Signed-off-by: Michael Niedermayer --- libavformat/Makefile | 2 +- libavformat/{wtv.c => wtvdec.c} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename libavformat/{wtv.c => wtvdec.c} (100%) diff --git a/libavformat/Makefile b/libavformat/Makefile index 428c641d67..e92b299eec 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