summaryrefslogtreecommitdiff
path: root/libavformat/Makefile
diff options
context:
space:
mode:
authorKostya Shishkov <kostya.shishkov@gmail.com>2010-02-19 06:59:47 +0000
committerKostya Shishkov <kostya.shishkov@gmail.com>2010-02-19 06:59:47 +0000
commitf4f2160880155f3b69e033ef6d1ae7c5c9181455 (patch)
tree14f63559e85114b968f7597636ad889258629bed /libavformat/Makefile
parent95c0d02ddc35fffd302b3043add09c3786fd792c (diff)
WavPack demuxer supports ID3v1 tags, so don't forget id3v1.o dependency for it
in Makefile Originally committed as revision 21891 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/Makefile')
-rw-r--r--libavformat/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/Makefile b/libavformat/Makefile
index 536c748643..08434caf32 100644
--- a/libavformat/Makefile
+++ b/libavformat/Makefile
@@ -250,7 +250,7 @@ OBJS-$(CONFIG_WAV_MUXER) += wav.o riff.o
OBJS-$(CONFIG_WC3_DEMUXER) += wc3movie.o
OBJS-$(CONFIG_WSAUD_DEMUXER) += westwood.o
OBJS-$(CONFIG_WSVQA_DEMUXER) += westwood.o
-OBJS-$(CONFIG_WV_DEMUXER) += wv.o
+OBJS-$(CONFIG_WV_DEMUXER) += wv.o id3v1.o
OBJS-$(CONFIG_XA_DEMUXER) += xa.o
OBJS-$(CONFIG_YUV4MPEGPIPE_MUXER) += yuv4mpeg.o
OBJS-$(CONFIG_YUV4MPEGPIPE_DEMUXER) += yuv4mpeg.o