diff options
author | Anton Khirnov <anton@khirnov.net> | 2013-05-28 17:44:18 +0200 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2013-05-28 18:19:19 +0200 |
commit | 2d2d6a4883479403798f4ed46941d5b365823570 (patch) | |
tree | 8686e97707619a412f86f3a8eb73175bee165e22 /libavformat/Makefile | |
parent | 88de0c7901ee2bd6021cf32def87ce98ce63155c (diff) | |
download | ffmpeg-2d2d6a4883479403798f4ed46941d5b365823570.tar.gz |
lavf: add a raw WavPack muxer.
Diffstat (limited to 'libavformat/Makefile')
-rw-r--r-- | libavformat/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/Makefile b/libavformat/Makefile index 06c6ad8509..fddc647603 100644 --- a/libavformat/Makefile +++ b/libavformat/Makefile @@ -335,6 +335,7 @@ 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 wv.o apetag.o img2.o +OBJS-$(CONFIG_WV_MUXER) += wvenc.o wv.o apetag.o OBJS-$(CONFIG_XA_DEMUXER) += xa.o OBJS-$(CONFIG_XMV_DEMUXER) += xmv.o OBJS-$(CONFIG_XWMA_DEMUXER) += xwma.o |