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 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
--
1.7.10.4
_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel