diff options
author | Anton Khirnov <anton@khirnov.net> | 2013-05-28 08:55:52 +0200 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2013-05-28 17:47:30 +0200 |
commit | 0a1a94450a28eef854162f859e79ecfb9f97915b (patch) | |
tree | be83d867637378d0da802b60749af1dde1d290dc | |
parent | 89806691b1c39181c63d95e0fddc30f11e2a7b04 (diff) | |
download | ffmpeg-0a1a94450a28eef854162f859e79ecfb9f97915b.tar.gz |
lavf: rename wv.c to wvdec.c
wv.c will be used for shared wavpack functions.
-rw-r--r-- | libavformat/Makefile | 2 | ||||
-rw-r--r-- | libavformat/wvdec.c (renamed from libavformat/wv.c) | 0 |
2 files changed, 1 insertions, 1 deletions
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 index 3e090001c4..3e090001c4 100644 --- a/libavformat/wv.c +++ b/libavformat/wvdec.c |