From 0a1a94450a28eef854162f859e79ecfb9f97915b Mon Sep 17 00:00:00 2001 From: Anton Khirnov Date: Tue, 28 May 2013 08:55:52 +0200 Subject: [PATCH] lavf: rename wv.c to wvdec.c wv.c will be used for shared wavpack functions. --- libavformat/Makefile | 2 +- libavformat/{wv.c => wvdec.c} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename libavformat/{wv.c => wvdec.c} (100%) diff --git a/libavformat/Makefile b/libavformat/Makefile index d459bdf215..69c40c0941 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