diff options
author | Anton Khirnov <anton@khirnov.net> | 2013-05-28 09:33:43 +0200 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2013-05-28 17:47:59 +0200 |
commit | 794ca87d2bff2513118de8b97595b3e23070e67d (patch) | |
tree | 86e1ad824e087fa2e7c23dc8df5bf5a310fb7108 /libavformat/Makefile | |
parent | 0a1a94450a28eef854162f859e79ecfb9f97915b (diff) | |
download | ffmpeg-794ca87d2bff2513118de8b97595b3e23070e67d.tar.gz |
wvdec: split block header parsing into a separate file
It will be reused by other muxers and demuxers.
Diffstat (limited to 'libavformat/Makefile')
-rw-r--r-- | libavformat/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/Makefile b/libavformat/Makefile index 69c40c0941..28836128ff 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) += wvdec.o apetag.o img2.o +OBJS-$(CONFIG_WV_DEMUXER) += wvdec.o wv.o apetag.o img2.o OBJS-$(CONFIG_XA_DEMUXER) += xa.o OBJS-$(CONFIG_XMV_DEMUXER) += xmv.o OBJS-$(CONFIG_XWMA_DEMUXER) += xwma.o |