[FFmpeg-cvslog] lavf: rename wv.c to wvdec.c
Anton Khirnov
git at videolan.org
Wed May 29 10:00:55 CEST 2013
ffmpeg | branch: master | Anton Khirnov <anton at khirnov.net> | Tue May 28 08:55:52 2013 +0200| [0a1a94450a28eef854162f859e79ecfb9f97915b] | committer: Anton Khirnov
lavf: rename wv.c to wvdec.c
wv.c will be used for shared wavpack functions.
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=0a1a94450a28eef854162f859e79ecfb9f97915b
---
libavformat/Makefile | 2 +-
libavformat/{wv.c => wvdec.c} | 0
2 files changed, 1 insertion(+), 1 deletion(-)
diff --git a/libavformat/Makefile b/libavformat/Makefile
index d459bdf..69c40c0 100644
--- a/libavformat/Makefile
+++ b/libavformat/Makefile
@@ -334,7 +334,7 @@ OBJS-$(CONFIG_WSAUD_DEMUXER) += westwood_aud.o
OBJS-$(CONFIG_WSVQA_DEMUXER) += westwood_vqa.o
OBJS-$(CONFIG_WTV_DEMUXER) += wtv.o asfdec.o asf.o asfcrypt.o \
avlanguage.o mpegts.o isom.o
-OBJS-$(CONFIG_WV_DEMUXER) += wv.o apetag.o img2.o
+OBJS-$(CONFIG_WV_DEMUXER) += wvdec.o apetag.o img2.o
OBJS-$(CONFIG_XA_DEMUXER) += xa.o
OBJS-$(CONFIG_XMV_DEMUXER) += xmv.o
OBJS-$(CONFIG_XWMA_DEMUXER) += xwma.o
diff --git a/libavformat/wv.c b/libavformat/wvdec.c
similarity index 100%
rename from libavformat/wv.c
rename to libavformat/wvdec.c
More information about the ffmpeg-cvslog
mailing list